#60B47B

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

Shades of Fern #60B47B

Tints of Fern #60B47B

Color information

#60B47B (or 0x60B47B) is unknown color: approx Fern. HEX triplet: 60, B4 and 7B. RGB value is (96,180,123). Sum of RGB (Red+Green+Blue) = 96+180+123=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #60B47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B47B is #9F4B84. Grayscale: #949494. Windows color (decimal): -10439557 or 8107104. OLE color: 8107104.

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

Color convert

RGB96180123-
CMYK0.4700.320.29
HSL139.29º35.9%54.12%-
HSV(B)139.29º46.67%70.59%-
XYZ24.7236.5624.49-
YUV148.39113.6790.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.06%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=24.06%
G=45.11%
B=30.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961801230.4700.320.29139.2935.954.12
Hex60B47B2F0201D8b2436
Octal14026417357040352134466
Binary110000010110100111101110111101000001110110001011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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