#66B95C

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

Shades of Fern #66B95C

Tints of Fern #66B95C

Color information

#66B95C (or 0x66B95C) is unknown color: approx Fern. HEX triplet: 66, B9 and 5C. RGB value is (102,185,92). Sum of RGB (Red+Green+Blue) = 102+185+92=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #66B95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B95C is #9946A3. Grayscale: #959595. Windows color (decimal): -10045092 or 6076774. OLE color: 6076774.

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

Color convert

RGB10218592-
CMYK0.4500.500.27
HSL113.55º39.91%54.31%-
HSV(B)113.55º50.27%72.55%-
XYZ24.7638.316.21-
YUV149.5895.594.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 185 (72.66% from 255) = 48.81%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=26.91%
G=48.81%
B=24.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102185920.4500.500.27113.5539.9154.31
Hex66B95C2D0321B722836
Octal14627113455062331625066
Binary11001101011100110111001011010110010110111110010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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