#66A24D

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

Shades of Apple #66A24D

Tints of Apple #66A24D

Color information

#66A24D (or 0x66A24D) is unknown color: approx Apple. HEX triplet: 66, A2 and 4D. RGB value is (102,162,77). Sum of RGB (Red+Green+Blue) = 102+162+77=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #66A24D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A24D is #995DB2. Grayscale: #868686. Windows color (decimal): -10050995 or 5087846. OLE color: 5087846.

HSL color Cylindrical-coordinate representation of color #66A24D: hue angle of 102.35º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66A24D is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB10216277-
CMYK0.3700.520.36
HSL102.35º35.56%46.86%-
HSV(B)102.35º52.47%63.53%-
XYZ19.7429.211.62-
YUV134.3795.62104.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.91%
GREEN value IS 162 (63.67% from 255) = 47.51%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=29.91%
G=47.51%
B=22.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102162770.3700.520.36102.3535.5646.86
Hex66A24D250342466242f
Octal14624211545064441464457
Binary110011010100010100110110010101101001001001100110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,162,77); }

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

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

 a { background-color: rgb(102,162,77); }

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

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

 span { border-color: rgb(102,162,77); }

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