#60B473

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

Shades of Fern #60B473

Tints of Fern #60B473

Color information

#60B473 (or 0x60B473) is unknown color: approx Fern. HEX triplet: 60, B4 and 73. RGB value is (96,180,115). Sum of RGB (Red+Green+Blue) = 96+180+115=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #60B473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B473 is #9F4B8C. Grayscale: #939393. Windows color (decimal): -10439565 or 7582816. OLE color: 7582816.

HSL color Cylindrical-coordinate representation of color #60B473: hue angle of 133.57º 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 #60B473 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB96180115-
CMYK0.4700.360.29
HSL133.57º35.9%54.12%-
HSV(B)133.57º46.67%70.59%-
XYZ24.2436.3721.96-
YUV147.47109.6791.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.55%
GREEN value IS 180 (70.70% from 255) = 46.04%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=24.55%
G=46.04%
B=29.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961801150.4700.360.29133.5735.954.12
Hex60B4732F0241D862436
Octal14026416357044352064466
Binary110000010110100111001110111101001001110110000110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,180,115); }

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

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

 a { background-color: rgb(96,180,115); }

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

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

 span { border-color: rgb(96,180,115); }

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