#60B276

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

Shades of Fern #60B276

Tints of Fern #60B276

Color information

#60B276 (or 0x60B276) is unknown color: approx Fern. HEX triplet: 60, B2 and 76. RGB value is (96,178,118). Sum of RGB (Red+Green+Blue) = 96+178+118=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 178 - color contains mainly: green. Hex color #60B276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B276 is #9F4D89. Grayscale: #929292. Windows color (decimal): -10440074 or 7778912. OLE color: 7778912.

HSL color Cylindrical-coordinate representation of color #60B276: hue angle of 136.1º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B276 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB96178118-
CMYK0.4600.340.30
HSL136.1º34.75%53.73%-
HSV(B)136.1º46.07%69.8%-
XYZ24.0135.6422.75-
YUV146.64111.8391.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.49%
GREEN value IS 178 (69.92% from 255) = 45.41%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=24.49%
G=45.41%
B=30.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal961781180.4600.340.30136.134.7553.73
Hex60B2762E0221E882336
Octal14026216656042362104366
Binary110000010110010111011010111001000101111010001000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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