#60B272

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

Shades of Fern #60B272

Tints of Fern #60B272

Color information

#60B272 (or 0x60B272) is unknown color: approx Fern. HEX triplet: 60, B2 and 72. RGB value is (96,178,114). Sum of RGB (Red+Green+Blue) = 96+178+114=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #60B272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B272 is #9F4D8D. Grayscale: #929292. Windows color (decimal): -10440078 or 7516768. OLE color: 7516768.

HSL color Cylindrical-coordinate representation of color #60B272: hue angle of 133.17º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B272 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB96178114-
CMYK0.4600.360.30
HSL133.17º34.75%53.73%-
HSV(B)133.17º46.07%69.8%-
XYZ23.7835.5421.53-
YUV146.19109.8392.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.74%
GREEN value IS 178 (69.92% from 255) = 45.88%
BLUE value IS 114 (44.92% from 255) = 29.38%
R=24.74%
G=45.88%
B=29.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal961781140.4600.360.30133.1734.7553.73
Hex60B2722E0241E852336
Octal14026216256044362054366
Binary110000010110010111001010111001001001111010000101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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