#60B171

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

Shades of Fern #60B171

Tints of Fern #60B171

Color information

#60B171 (or 0x60B171) is unknown color: approx Fern. HEX triplet: 60, B1 and 71. RGB value is (96,177,113). Sum of RGB (Red+Green+Blue) = 96+177+113=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #60B171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B171 is #9F4E8E. Grayscale: #919191. Windows color (decimal): -10440335 or 7450976. OLE color: 7450976.

HSL color Cylindrical-coordinate representation of color #60B171: hue angle of 132.59º 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 #60B171 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB96177113-
CMYK0.4600.360.31
HSL132.59º34.18%53.53%-
HSV(B)132.59º45.76%69.41%-
XYZ23.5335.1221.16-
YUV145.49109.6692.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.87%
GREEN value IS 177 (69.53% from 255) = 45.85%
BLUE value IS 113 (44.53% from 255) = 29.27%
R=24.87%
G=45.85%
B=29.27%

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
Decimal961771130.4600.360.31132.5934.1853.53
Hex60B1712E0241F852236
Octal14026116156044372054266
Binary110000010110001111000110111001001001111110000101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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