#60B571

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

Shades of Fern #60B571

Tints of Fern #60B571

Color information

#60B571 (or 0x60B571) is unknown color: approx Fern. HEX triplet: 60, B5 and 71. RGB value is (96,181,113). Sum of RGB (Red+Green+Blue) = 96+181+113=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #60B571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B571 is #9F4A8E. Grayscale: #949494. Windows color (decimal): -10439311 or 7452000. OLE color: 7452000.

HSL color Cylindrical-coordinate representation of color #60B571: hue angle of 132º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B571 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB96181113-
CMYK0.4700.380.29
HSL132º36.48%54.31%-
HSV(B)132º46.96%70.98%-
XYZ24.3336.7321.43-
YUV147.83108.3491.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.62%
GREEN value IS 181 (71.09% from 255) = 46.41%
BLUE value IS 113 (44.53% from 255) = 28.97%
R=24.62%
G=46.41%
B=28.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961811130.4700.380.2913236.4854.31
Hex60B5712F0261D842436
Octal14026516157046352044466
Binary110000010110101111000110111101001101110110000100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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