#66A53E

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

Shades of Apple #66A53E

Tints of Apple #66A53E

Color information

#66A53E (or 0x66A53E) is unknown color: approx Apple. HEX triplet: 66, A5 and 3E. RGB value is (102,165,62). Sum of RGB (Red+Green+Blue) = 102+165+62=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #66A53E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A53E is #995AC1. Grayscale: #868686. Windows color (decimal): -10050242 or 4105574. OLE color: 4105574.

HSL color Cylindrical-coordinate representation of color #66A53E: hue angle of 96.7º 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 #66A53E is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB10216562-
CMYK0.3800.620.35
HSL96.7º45.37%44.51%-
HSV(B)96.7º62.42%64.71%-
XYZ19.830.089.32-
YUV134.4287.13104.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 165 (64.84% from 255) = 50.15%
BLUE value IS 62 (24.61% from 255) = 18.84%
R=31.00%
G=50.15%
B=18.84%

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
Decimal102165620.3800.620.3596.745.3744.51
Hex66A53E2603E23612d2d
Octal1462457646076431415555
Binary11001101010010111111010011001111101000111100001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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