#66A340

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

Shades of Apple #66A340

Tints of Apple #66A340

Color information

#66A340 (or 0x66A340) is unknown color: approx Apple. HEX triplet: 66, A3 and 40. RGB value is (102,163,64). Sum of RGB (Red+Green+Blue) = 102+163+64=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #66A340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A340 is #995CBF. Grayscale: #858585. Windows color (decimal): -10050752 or 4236134. OLE color: 4236134.

HSL color Cylindrical-coordinate representation of color #66A340: hue angle of 96.97º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66A340 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB10216364-
CMYK0.3700.610.36
HSL96.97º43.61%44.51%-
HSV(B)96.97º60.74%63.92%-
XYZ19.529.399.5-
YUV133.4888.79105.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 163 (64.06% from 255) = 49.54%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=31.00%
G=49.54%
B=19.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102163640.3700.610.3696.9743.6144.51
Hex66A3402503D24612c2d
Octal14624310045075441415455
Binary110011010100011100000010010101111011001001100001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,163,64); }

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

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

 a { background-color: rgb(102,163,64); }

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

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

 span { border-color: rgb(102,163,64); }

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