#66B15C

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

Shades of Apple #66B15C

Tints of Apple #66B15C

Color information

#66B15C (or 0x66B15C) is unknown color: approx Apple. HEX triplet: 66, B1 and 5C. RGB value is (102,177,92). Sum of RGB (Red+Green+Blue) = 102+177+92=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #66B15C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B15C is #994EA3. Grayscale: #919191. Windows color (decimal): -10047140 or 6074726. OLE color: 6074726.

HSL color Cylindrical-coordinate representation of color #66B15C: hue angle of 112.94º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66B15C is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB10217792-
CMYK0.4200.480.31
HSL112.94º35.27%52.75%-
HSV(B)112.94º48.02%69.41%-
XYZ23.1335.0415.67-
YUV144.8898.1597.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 177 (69.53% from 255) = 47.71%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=27.49%
G=47.71%
B=24.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102177920.4200.480.31112.9435.2752.75
Hex66B15C2A0301F712335
Octal14626113452060371614365
Binary11001101011000110111001010100110000111111110001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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