#60B172

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

Shades of Fern #60B172

Tints of Fern #60B172

Color information

#60B172 (or 0x60B172) is unknown color: approx Fern. HEX triplet: 60, B1 and 72. RGB value is (96,177,114). Sum of RGB (Red+Green+Blue) = 96+177+114=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #60B172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B172 is #9F4E8D. Grayscale: #919191. Windows color (decimal): -10440334 or 7516512. OLE color: 7516512.

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

Color convert

RGB96177114-
CMYK0.4600.360.31
HSL133.33º34.18%53.53%-
HSV(B)133.33º45.76%69.41%-
XYZ23.5835.1521.46-
YUV145.6110.1692.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 177 (69.53% from 255) = 45.74%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=24.81%
G=45.74%
B=29.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961771140.4600.360.31133.3334.1853.53
Hex60B1722E0241F852236
Octal14026116256044372054266
Binary110000010110001111001010111001001001111110000101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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