#60B976

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

Shades of Fern #60B976

Tints of Fern #60B976

Color information

#60B976 (or 0x60B976) is unknown color: approx Fern. HEX triplet: 60, B9 and 76. RGB value is (96,185,118). Sum of RGB (Red+Green+Blue) = 96+185+118=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #60B976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B976 is #9F4689. Grayscale: #969696. Windows color (decimal): -10438282 or 7780704. OLE color: 7780704.

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

Color convert

RGB96185118-
CMYK0.4800.360.27
HSL134.83º38.86%55.1%-
HSV(B)134.83º48.11%72.55%-
XYZ25.4438.4923.23-
YUV150.75109.5188.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.06%
GREEN value IS 185 (72.66% from 255) = 46.37%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=24.06%
G=46.37%
B=29.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961851180.4800.360.27134.8338.8655.1
Hex60B976300241B872737
Octal14027116660044332074767
Binary110000010111001111011011000001001001101110000111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,185,118); }

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

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

 a { background-color: rgb(96,185,118); }

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

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

 span { border-color: rgb(96,185,118); }

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