#66AB34

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

Shades of Apple #66AB34

Tints of Apple #66AB34

Color information

#66AB34 (or 0x66AB34) is unknown color: approx Apple. HEX triplet: 66, AB and 34. RGB value is (102,171,52). Sum of RGB (Red+Green+Blue) = 102+171+52=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AB34 is #9954CB. Grayscale: #898989. Windows color (decimal): -10048716 or 3451750. OLE color: 3451750.

HSL color Cylindrical-coordinate representation of color #66AB34: hue angle of 94.79º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66AB34 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB10217152-
CMYK0.4000.700.33
HSL94.79º53.36%43.73%-
HSV(B)94.79º69.59%67.06%-
XYZ20.6632.28.37-
YUV136.880.14103.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 171 (67.19% from 255) = 52.62%
BLUE value IS 52 (20.70% from 255) = 16%
R=31.38%
G=52.62%
B=16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102171520.4000.700.3394.7953.3643.73
Hex66AB3428046215f352c
Octal14625364500106411376554
Binary110011010101011110100101000010001101000011011111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66AB34; }

 p { color: rgb(102,171,52); }

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

<style>
 a { background-color: #66AB34; }

 a { background-color: rgb(102,171,52); }

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

<style>
 span { border-color: #66AB34; }

 span { border-color: rgb(102,171,52); }

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