#66B95B

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

Shades of Apple #66B95B

Tints of Apple #66B95B

Color information

#66B95B (or 0x66B95B) is unknown color: approx Apple. HEX triplet: 66, B9 and 5B. RGB value is (102,185,91). Sum of RGB (Red+Green+Blue) = 102+185+91=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #66B95B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B95B is #9946A4. Grayscale: #959595. Windows color (decimal): -10045093 or 6011238. OLE color: 6011238.

HSL color Cylindrical-coordinate representation of color #66B95B: hue angle of 112.98º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66B95B is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB10218591-
CMYK0.4500.510.27
HSL112.98º40.17%54.12%-
HSV(B)112.98º50.81%72.55%-
XYZ24.7238.2815.98-
YUV149.479594.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 185 (72.66% from 255) = 48.94%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=26.98%
G=48.94%
B=24.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102185910.4500.510.27112.9840.1754.12
Hex66B95B2D0331B712836
Octal14627113355063331615066
Binary11001101011100110110111011010110011110111110001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,185,91); }

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

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

 a { background-color: rgb(102,185,91); }

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

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

 span { border-color: rgb(102,185,91); }

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