#66B272

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

Shades of Fern #66B272

Tints of Fern #66B272

Color information

#66B272 (or 0x66B272) is unknown color: approx Fern. HEX triplet: 66, B2 and 72. RGB value is (102,178,114). Sum of RGB (Red+Green+Blue) = 102+178+114=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #66B272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B272 is #994D8D. Grayscale: #949494. Windows color (decimal): -10046862 or 7516774. OLE color: 7516774.

HSL color Cylindrical-coordinate representation of color #66B272: hue angle of 129.47º degrees, saturation: 0.33, 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 #66B272 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB102178114-
CMYK0.4300.360.30
HSL129.47º33.04%54.9%-
HSV(B)129.47º42.7%69.8%-
XYZ24.4435.8821.56-
YUV147.98108.8295.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.89%
GREEN value IS 178 (69.92% from 255) = 45.18%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=25.89%
G=45.18%
B=28.93%

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
Decimal1021781140.4300.360.30129.4733.0454.9
Hex66B2722B0241E812137
Octal14626216253044362014167
Binary110011010110010111001010101101001001111010000001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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