#60BB70

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

Shades of Fern #60BB70

Tints of Fern #60BB70

Color information

#60BB70 (or 0x60BB70) is unknown color: approx Fern. HEX triplet: 60, BB and 70. RGB value is (96,187,112). Sum of RGB (Red+Green+Blue) = 96+187+112=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #60BB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BB70 is #9F448F. Grayscale: #979797. Windows color (decimal): -10437776 or 7388000. OLE color: 7388000.

HSL color Cylindrical-coordinate representation of color #60BB70: hue angle of 130.55º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BB70 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB96187112-
CMYK0.4900.400.27
HSL130.55º40.09%55.49%-
HSV(B)130.55º48.66%73.33%-
XYZ25.5239.221.55-
YUV151.24105.8588.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.30%
GREEN value IS 187 (73.44% from 255) = 47.34%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=24.30%
G=47.34%
B=28.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961871120.4900.400.27130.5540.0955.49
Hex60BB70310281B832837
Octal14027316061050332035067
Binary110000010111011111000011000101010001101110000011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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