#66B372

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

Shades of Fern #66B372

Tints of Fern #66B372

Color information

#66B372 (or 0x66B372) is unknown color: approx Fern. HEX triplet: 66, B3 and 72. RGB value is (102,179,114). Sum of RGB (Red+Green+Blue) = 102+179+114=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #66B372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B372 is #994C8D. Grayscale: #949494. Windows color (decimal): -10046606 or 7517030. OLE color: 7517030.

HSL color Cylindrical-coordinate representation of color #66B372: hue angle of 129.35º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B372 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB102179114-
CMYK0.4300.360.30
HSL129.35º33.62%55.1%-
HSV(B)129.35º43.02%70.2%-
XYZ24.6436.2821.62-
YUV148.57108.4994.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 179 (70.31% from 255) = 45.32%
BLUE value IS 114 (44.92% from 255) = 28.86%
R=25.82%
G=45.32%
B=28.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1021791140.4300.360.30129.3533.6255.1
Hex66B3722B0241E812237
Octal14626316253044362014267
Binary110011010110011111001010101101001001111010000001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,179,114); }

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

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

 a { background-color: rgb(102,179,114); }

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

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

 span { border-color: rgb(102,179,114); }

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