#60B770

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

Shades of Fern #60B770

Tints of Fern #60B770

Color information

#60B770 (or 0x60B770) is unknown color: approx Fern. HEX triplet: 60, B7 and 70. RGB value is (96,183,112). Sum of RGB (Red+Green+Blue) = 96+183+112=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #60B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B770 is #9F488F. Grayscale: #959595. Windows color (decimal): -10438800 or 7386976. OLE color: 7386976.

HSL color Cylindrical-coordinate representation of color #60B770: hue angle of 131.03º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B770 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB96183112-
CMYK0.4800.390.28
HSL131.03º37.66%54.71%-
HSV(B)131.03º47.54%71.76%-
XYZ24.6837.5221.27-
YUV148.89107.1890.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.55%
GREEN value IS 183 (71.88% from 255) = 46.80%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=24.55%
G=46.80%
B=28.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal961831120.4800.390.28131.0337.6654.71
Hex60B770300271C832637
Octal14026716060047342034667
Binary110000010110111111000011000001001111110010000011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,183,112); }

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

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

 a { background-color: rgb(96,183,112); }

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

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

 span { border-color: rgb(96,183,112); }

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