#68AD3B

Color #68AD3B Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #68AD3B

Tints of Apple #68AD3B

Color information

#68AD3B (or 0x68AD3B) is unknown color: approx Apple. HEX triplet: 68, AD and 3B. RGB value is (104,173,59). Sum of RGB (Red+Green+Blue) = 104+173+59=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AD3B is #9752C4. Grayscale: #8B8B8B. Windows color (decimal): -9917125 or 3911016. OLE color: 3911016.

HSL color Cylindrical-coordinate representation of color #68AD3B: hue angle of 96.32º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68AD3B is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB10417359-
CMYK0.4000.660.32
HSL96.32º49.14%45.49%-
HSV(B)96.32º65.9%67.84%-
XYZ21.4433.159.41-
YUV139.3782.64102.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 30.95%
GREEN value IS 173 (67.97% from 255) = 51.49%
BLUE value IS 59 (23.44% from 255) = 17.56%
R=30.95%
G=51.49%
B=17.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104173590.4000.660.3296.3249.1445.49
Hex68AD3B280422060312d
Octal15025573500102401406155
Binary110100010101101111011101000010000101000001100000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68AD3B; }

 p { color: rgb(104,173,59); }

 H1.HeaderClassName
 {
   color: #68AD3B;
 }
 .AnyTagClassName
 {
   color: #68AD3B;
 }
</style>
background-color css

<style>
 a { background-color: #68AD3B; }

 a { background-color: rgb(104,173,59); }

 div.DivClassName
 {
   background-color: #68AD3B;
 }
 .BgClassName
 {
   background-color: #68AD3B;
 }
</style>
border-color css

<style>
 span { border-color: #68AD3B; }

 span { border-color: rgb(104,173,59); }

 td.TdClassName
 {
   border-color: #68AD3B;
 }
 .TagClassName
 {
   border-color: #68AD3B;
 }
</style>