#60A56C

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

Shades of Fern #60A56C

Tints of Fern #60A56C

Color information

#60A56C (or 0x60A56C) is unknown color: approx Fern. HEX triplet: 60, A5 and 6C. RGB value is (96,165,108). Sum of RGB (Red+Green+Blue) = 96+165+108=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #60A56C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A56C is #9F5A93. Grayscale: #8A8A8A. Windows color (decimal): -10443412 or 7120224. OLE color: 7120224.

HSL color Cylindrical-coordinate representation of color #60A56C: hue angle of 130.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A56C is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB96165108-
CMYK0.4200.350.35
HSL130.43º27.71%51.18%-
HSV(B)130.43º41.82%64.71%-
XYZ20.9930.4818.96-
YUV137.87111.1498.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 165 (64.84% from 255) = 44.72%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=26.02%
G=44.72%
B=29.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961651080.4200.350.35130.4327.7151.18
Hex60A56C2A02323821c33
Octal14024515452043432023463
Binary110000010100101110110010101001000111000111000001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,165,108); }

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

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

 a { background-color: rgb(96,165,108); }

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

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

 span { border-color: rgb(96,165,108); }

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