#66BE76

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

Shades of Fern #66BE76

Tints of Fern #66BE76

Color information

#66BE76 (or 0x66BE76) is unknown color: approx Fern. HEX triplet: 66, BE and 76. RGB value is (102,190,118). Sum of RGB (Red+Green+Blue) = 102+190+118=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BE76 is #994189. Grayscale: #9B9B9B. Windows color (decimal): -10043786 or 7781990. OLE color: 7781990.

HSL color Cylindrical-coordinate representation of color #66BE76: hue angle of 130.91º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BE76 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB102190118-
CMYK0.4600.380.25
HSL130.91º40.37%57.25%-
HSV(B)130.91º46.32%74.51%-
XYZ27.1640.9623.61-
YUV155.48106.8589.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.88%
GREEN value IS 190 (74.61% from 255) = 46.34%
BLUE value IS 118 (46.48% from 255) = 28.78%
R=24.88%
G=46.34%
B=28.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021901180.4600.380.25130.9140.3757.25
Hex66BE762E02619832839
Octal14627616656046312035071
Binary110011010111110111011010111001001101100110000011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,190,118); }

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

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

 a { background-color: rgb(102,190,118); }

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

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

 span { border-color: rgb(102,190,118); }

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