#66BA6E

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

Shades of Fern #66BA6E

Tints of Fern #66BA6E

Color information

#66BA6E (or 0x66BA6E) is unknown color: approx Fern. HEX triplet: 66, BA and 6E. RGB value is (102,186,110). Sum of RGB (Red+Green+Blue) = 102+186+110=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA6E is #994591. Grayscale: #989898. Windows color (decimal): -10044818 or 7256678. OLE color: 7256678.

HSL color Cylindrical-coordinate representation of color #66BA6E: hue angle of 125.71º 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 #66BA6E is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB102186110-
CMYK0.4500.410.27
HSL125.71º37.84%56.47%-
HSV(B)125.71º45.16%72.94%-
XYZ25.8539.0720.93-
YUV152.22104.1792.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.63%
GREEN value IS 186 (73.05% from 255) = 46.73%
BLUE value IS 110 (43.36% from 255) = 27.64%
R=25.63%
G=46.73%
B=27.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021861100.4500.410.27125.7137.8456.47
Hex66BA6E2D0291B7e2638
Octal14627215655051331764670
Binary11001101011101011011101011010101001110111111110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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