#66B75D

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

Shades of Fern #66B75D

Tints of Fern #66B75D

Color information

#66B75D (or 0x66B75D) is unknown color: approx Fern. HEX triplet: 66, B7 and 5D. RGB value is (102,183,93). Sum of RGB (Red+Green+Blue) = 102+183+93=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #66B75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B75D is #9948A2. Grayscale: #949494. Windows color (decimal): -10045603 or 6141798. OLE color: 6141798.

HSL color Cylindrical-coordinate representation of color #66B75D: hue angle of 114º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66B75D is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB10218393-
CMYK0.4400.490.28
HSL114º38.46%54.12%-
HSV(B)114º49.18%71.76%-
XYZ24.3937.4816.31-
YUV148.5296.6694.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 183 (71.88% from 255) = 48.41%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=26.98%
G=48.41%
B=24.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal102183930.4400.490.2811438.4654.12
Hex66B75D2C0311C722636
Octal14626713554061341624666
Binary11001101011011110111011011000110001111001110010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,183,93); }

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

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

 a { background-color: rgb(102,183,93); }

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

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

 span { border-color: rgb(102,183,93); }

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