#66A954

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

Shades of Apple #66A954

Tints of Apple #66A954

Color information

#66A954 (or 0x66A954) is unknown color: approx Apple. HEX triplet: 66, A9 and 54. RGB value is (102,169,84). Sum of RGB (Red+Green+Blue) = 102+169+84=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #66A954 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A954 is #9956AB. Grayscale: #8B8B8B. Windows color (decimal): -10049196 or 5548390. OLE color: 5548390.

HSL color Cylindrical-coordinate representation of color #66A954: hue angle of 107.29º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66A954 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB10216984-
CMYK0.4000.500.34
HSL107.29º33.6%49.61%-
HSV(B)107.29º50.3%66.27%-
XYZ21.2731.8413.41-
YUV139.2896.8101.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 169 (66.41% from 255) = 47.61%
BLUE value IS 84 (33.20% from 255) = 23.66%
R=28.73%
G=47.61%
B=23.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal102169840.4000.500.34107.2933.649.61
Hex66A95428032226b2232
Octal14625112450062421534262
Binary110011010101001101010010100001100101000101101011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,169,84); }

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

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

 a { background-color: rgb(102,169,84); }

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

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

 span { border-color: rgb(102,169,84); }

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