#60B479

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

Shades of Fern #60B479

Tints of Fern #60B479

Color information

#60B479 (or 0x60B479) is unknown color: approx Fern. HEX triplet: 60, B4 and 79. RGB value is (96,180,121). Sum of RGB (Red+Green+Blue) = 96+180+121=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #60B479 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B479 is #9F4B86. Grayscale: #949494. Windows color (decimal): -10439559 or 7976032. OLE color: 7976032.

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

Color convert

RGB96180121-
CMYK0.4700.330.29
HSL137.86º35.9%54.12%-
HSV(B)137.86º46.67%70.59%-
XYZ24.636.5123.84-
YUV148.16112.6790.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.18%
GREEN value IS 180 (70.70% from 255) = 45.34%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=24.18%
G=45.34%
B=30.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961801210.4700.330.29137.8635.954.12
Hex60B4792F0211D8a2436
Octal14026417157041352124466
Binary110000010110100111100110111101000011110110001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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