#66A65C

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

Shades of Apple #66A65C

Tints of Apple #66A65C

Color information

#66A65C (or 0x66A65C) is unknown color: approx Apple. HEX triplet: 66, A6 and 5C. RGB value is (102,166,92). Sum of RGB (Red+Green+Blue) = 102+166+92=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #66A65C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A65C is #9959A3. Grayscale: #8A8A8A. Windows color (decimal): -10049956 or 6071910. OLE color: 6071910.

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

Color convert

RGB10216692-
CMYK0.3900.450.35
HSL111.89º29.37%50.59%-
HSV(B)111.89º44.58%65.1%-
XYZ21.0530.8714.97-
YUV138.43101.8102.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 166 (65.23% from 255) = 46.11%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=28.33%
G=46.11%
B=25.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102166920.3900.450.35111.8929.3750.59
Hex66A65C2702D23701d33
Octal14624613447055431603563
Binary11001101010011010111001001110101101100011111000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,166,92); }

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

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

 a { background-color: rgb(102,166,92); }

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

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

 span { border-color: rgb(102,166,92); }

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