#66BA7D

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

Shades of Fern #66BA7D

Tints of Fern #66BA7D

Color information

#66BA7D (or 0x66BA7D) is unknown color: approx Fern. HEX triplet: 66, BA and 7D. RGB value is (102,186,125). Sum of RGB (Red+Green+Blue) = 102+186+125=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA7D is #994582. Grayscale: #9A9A9A. Windows color (decimal): -10044803 or 8239718. OLE color: 8239718.

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

Color convert

RGB102186125-
CMYK0.4500.330.27
HSL136.43º37.84%56.47%-
HSV(B)136.43º45.16%72.94%-
XYZ26.7439.4225.6-
YUV153.93111.6790.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 186 (73.05% from 255) = 45.04%
BLUE value IS 125 (49.22% from 255) = 30.27%
R=24.70%
G=45.04%
B=30.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021861250.4500.330.27136.4337.8456.47
Hex66BA7D2D0211B882638
Octal14627217555041332104670
Binary110011010111010111110110110101000011101110001000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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