#60B478

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

Shades of Fern #60B478

Tints of Fern #60B478

Color information

#60B478 (or 0x60B478) is unknown color: approx Fern. HEX triplet: 60, B4 and 78. RGB value is (96,180,120). Sum of RGB (Red+Green+Blue) = 96+180+120=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #60B478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B478 is #9F4B87. Grayscale: #949494. Windows color (decimal): -10439560 or 7910496. OLE color: 7910496.

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

Color convert

RGB96180120-
CMYK0.4700.330.29
HSL137.14º35.9%54.12%-
HSV(B)137.14º46.67%70.59%-
XYZ24.5436.4923.52-
YUV148.04112.1790.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.24%
GREEN value IS 180 (70.70% from 255) = 45.45%
BLUE value IS 120 (47.27% from 255) = 30.30%
R=24.24%
G=45.45%
B=30.30%

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
Decimal961801200.4700.330.29137.1435.954.12
Hex60B4782F0211D892436
Octal14026417057041352114466
Binary110000010110100111100010111101000011110110001001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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