#66B775

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

Shades of Fern #66B775

Tints of Fern #66B775

Color information

#66B775 (or 0x66B775) is unknown color: approx Fern. HEX triplet: 66, B7 and 75. RGB value is (102,183,117). Sum of RGB (Red+Green+Blue) = 102+183+117=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #66B775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B775 is #99488A. Grayscale: #979797. Windows color (decimal): -10045579 or 7714662. OLE color: 7714662.

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

Color convert

RGB102183117-
CMYK0.4400.360.28
HSL131.11º36%55.88%-
HSV(B)131.11º44.26%71.76%-
XYZ25.6237.9822.81-
YUV151.26108.6692.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.37%
GREEN value IS 183 (71.88% from 255) = 45.52%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=25.37%
G=45.52%
B=29.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1021831170.4400.360.28131.113655.88
Hex66B7752C0241C832438
Octal14626716554044342034470
Binary110011010110111111010110110001001001110010000011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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