#66B65A

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

Shades of Apple #66B65A

Tints of Apple #66B65A

Color information

#66B65A (or 0x66B65A) is unknown color: approx Apple. HEX triplet: 66, B6 and 5A. RGB value is (102,182,90). Sum of RGB (Red+Green+Blue) = 102+182+90=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #66B65A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B65A is #9949A5. Grayscale: #939393. Windows color (decimal): -10045862 or 5944934. OLE color: 5944934.

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

Color convert

RGB10218290-
CMYK0.4400.510.29
HSL112.17º38.66%53.33%-
HSV(B)112.17º50.55%71.37%-
XYZ24.0537.0215.55-
YUV147.5995.595.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 182 (71.48% from 255) = 48.66%
BLUE value IS 90 (35.55% from 255) = 24.06%
R=27.27%
G=48.66%
B=24.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102182900.4400.510.29112.1738.6653.33
Hex66B65A2C0331D702735
Octal14626613254063351604765
Binary11001101011011010110101011000110011111011110000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,182,90); }

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

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

 a { background-color: rgb(102,182,90); }

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

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

 span { border-color: rgb(102,182,90); }

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