#66AB5C

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

Shades of Apple #66AB5C

Tints of Apple #66AB5C

Color information

#66AB5C (or 0x66AB5C) is unknown color: approx Apple. HEX triplet: 66, AB and 5C. RGB value is (102,171,92). Sum of RGB (Red+Green+Blue) = 102+171+92=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB5C is #9954A3. Grayscale: #8D8D8D. Windows color (decimal): -10048676 or 6073190. OLE color: 6073190.

HSL color Cylindrical-coordinate representation of color #66AB5C: hue angle of 112.41º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66AB5C is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB10217192-
CMYK0.4000.460.33
HSL112.41º31.98%51.57%-
HSV(B)112.41º46.2%67.06%-
XYZ21.9732.7215.28-
YUV141.36100.1499.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.95%
GREEN value IS 171 (67.19% from 255) = 46.85%
BLUE value IS 92 (36.33% from 255) = 25.21%
R=27.95%
G=46.85%
B=25.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102171920.4000.460.33112.4131.9851.57
Hex66AB5C2802E21702034
Octal14625313450056411604064
Binary110011010101011101110010100001011101000011110000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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