#66a53f

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

Shades of Apple #66A53F

Tints of Apple #66A53F

Color information

#66A53F (or 0x66A53F) is unknown color: approx Apple. HEX triplet: 66, A5 and 3F. RGB value is (102,165,63). Sum of RGB (Red+Green+Blue) = 102+165+63=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #66A53F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A53F is #995AC0. Grayscale: #868686. Windows color (decimal): -10050241 or 4171110. OLE color: 4171110.

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

Color convert

RGB10216563-
CMYK0.3800.620.35
HSL97.06º44.74%44.71%-
HSV(B)97.06º61.82%64.71%-
XYZ19.8330.099.47-
YUV134.5387.63104.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 165 (64.84% from 255) = 50%
BLUE value IS 63 (25% from 255) = 19.09%
R=30.91%
G=50%
B=19.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102165630.3800.620.3597.0644.7444.71
Hex66A53F2603E23612d2d
Octal1462457746076431415555
Binary11001101010010111111110011001111101000111100001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66a53f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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