#66BA70

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

Shades of Fern #66BA70

Tints of Fern #66BA70

Color information

#66BA70 (or 0x66BA70) is unknown color: approx Fern. HEX triplet: 66, BA and 70. RGB value is (102,186,112). Sum of RGB (Red+Green+Blue) = 102+186+112=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA70 is #99458F. Grayscale: #989898. Windows color (decimal): -10044816 or 7387750. OLE color: 7387750.

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

Color convert

RGB102186112-
CMYK0.4500.400.27
HSL127.14º37.84%56.47%-
HSV(B)127.14º45.16%72.94%-
XYZ25.9639.1121.51-
YUV152.45105.1792.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.5%
GREEN value IS 186 (73.05% from 255) = 46.5%
BLUE value IS 112 (44.14% from 255) = 28%
R=25.5%
G=46.5%
B=28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021861120.4500.400.27127.1437.8456.47
Hex66BA702D0281B7f2638
Octal14627216055050331774670
Binary11001101011101011100001011010101000110111111111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,186,112); }

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

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

 a { background-color: rgb(102,186,112); }

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

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

 span { border-color: rgb(102,186,112); }

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