#66A55C

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

Shades of Apple #66A55C

Tints of Apple #66A55C

Color information

#66A55C (or 0x66A55C) is unknown color: approx Apple. HEX triplet: 66, A5 and 5C. RGB value is (102,165,92). Sum of RGB (Red+Green+Blue) = 102+165+92=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #66A55C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A55C is #995AA3. Grayscale: #8A8A8A. Windows color (decimal): -10050212 or 6071654. OLE color: 6071654.

HSL color Cylindrical-coordinate representation of color #66A55C: hue angle of 111.78º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66A55C is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB10216592-
CMYK0.3800.440.35
HSL111.78º28.85%50.39%-
HSV(B)111.78º44.24%64.71%-
XYZ20.8730.5114.91-
YUV137.84102.13102.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 92 (36.33% from 255) = 25.63%
R=28.41%
G=45.96%
B=25.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102165920.3800.440.35111.7828.8550.39
Hex66A55C2602C23701d32
Octal14624513446054431603562
Binary11001101010010110111001001100101100100011111000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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