#66BD7A

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

Shades of Fern #66BD7A

Tints of Fern #66BD7A

Color information

#66BD7A (or 0x66BD7A) is unknown color: approx Fern. HEX triplet: 66, BD and 7A. RGB value is (102,189,122). Sum of RGB (Red+Green+Blue) = 102+189+122=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BD7A is #994285. Grayscale: #9B9B9B. Windows color (decimal): -10044038 or 8043878. OLE color: 8043878.

HSL color Cylindrical-coordinate representation of color #66BD7A: hue angle of 133.79º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BD7A is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB102189122-
CMYK0.4600.350.26
HSL133.79º39.73%57.06%-
HSV(B)133.79º46.03%74.12%-
XYZ27.1940.6324.82-
YUV155.35109.1889.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 189 (74.22% from 255) = 45.76%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=24.70%
G=45.76%
B=29.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021891220.4600.350.26133.7939.7357.06
Hex66BD7A2E0231A862839
Octal14627517256043322065071
Binary110011010111101111101010111001000111101010000110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,189,122); }

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

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

 a { background-color: rgb(102,189,122); }

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

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

 span { border-color: rgb(102,189,122); }

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