#66ba6d

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

Shades of Fern #66BA6D

Tints of Fern #66BA6D

Color information

#66BA6D (or 0x66BA6D) is unknown color: approx Fern. HEX triplet: 66, BA and 6D. RGB value is (102,186,109). Sum of RGB (Red+Green+Blue) = 102+186+109=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA6D is #994592. Grayscale: #989898. Windows color (decimal): -10044819 or 7191142. OLE color: 7191142.

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

Color convert

RGB102186109-
CMYK0.4500.410.27
HSL125º37.84%56.47%-
HSV(B)125º45.16%72.94%-
XYZ25.839.0520.65-
YUV152.11103.6792.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=25.69%
G=46.85%
B=27.46%

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
Decimal1021861090.4500.410.2712537.8456.47
Hex66BA6D2D0291B7d2638
Octal14627215555051331754670
Binary11001101011101011011011011010101001110111111101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ba6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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