#66BA6F

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

Shades of Fern #66BA6F

Tints of Fern #66BA6F

Color information

#66BA6F (or 0x66BA6F) is unknown color: approx Fern. HEX triplet: 66, BA and 6F. RGB value is (102,186,111). Sum of RGB (Red+Green+Blue) = 102+186+111=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA6F is #994590. Grayscale: #989898. Windows color (decimal): -10044817 or 7322214. OLE color: 7322214.

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

Color convert

RGB102186111-
CMYK0.4500.400.27
HSL126.43º37.84%56.47%-
HSV(B)126.43º45.16%72.94%-
XYZ25.9139.0921.22-
YUV152.33104.6792.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.56%
GREEN value IS 186 (73.05% from 255) = 46.62%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=25.56%
G=46.62%
B=27.82%

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
Decimal1021861110.4500.400.27126.4337.8456.47
Hex66BA6F2D0281B7e2638
Octal14627215755050331764670
Binary11001101011101011011111011010101000110111111110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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