#66A544

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

Shades of Apple #66A544

Tints of Apple #66A544

Color information

#66A544 (or 0x66A544) is unknown color: approx Apple. HEX triplet: 66, A5 and 44. RGB value is (102,165,68). Sum of RGB (Red+Green+Blue) = 102+165+68=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 165 (64.84% from 255 or 49.25% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 165 - color contains mainly: green. Hex color #66A544 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A544 is #995ABB. Grayscale: #878787. Windows color (decimal): -10050236 or 4498790. OLE color: 4498790.

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

Color convert

RGB10216568-
CMYK0.3800.590.35
HSL98.97º41.63%45.69%-
HSV(B)98.97º58.79%64.71%-
XYZ19.9830.1510.24-
YUV135.190.13104.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 165 (64.84% from 255) = 49.25%
BLUE value IS 68 (26.95% from 255) = 20.30%
R=30.45%
G=49.25%
B=20.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102165680.3800.590.3598.9741.6345.69
Hex66A5442603B23632a2e
Octal14624510446073431435256
Binary110011010100101100010010011001110111000111100011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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