#60B575

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

Shades of Fern #60B575

Tints of Fern #60B575

Color information

#60B575 (or 0x60B575) is unknown color: approx Fern. HEX triplet: 60, B5 and 75. RGB value is (96,181,117). Sum of RGB (Red+Green+Blue) = 96+181+117=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #60B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B575 is #9F4A8A. Grayscale: #949494. Windows color (decimal): -10439307 or 7714144. OLE color: 7714144.

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

Color convert

RGB96181117-
CMYK0.4700.350.29
HSL134.82º36.48%54.31%-
HSV(B)134.82º46.96%70.98%-
XYZ24.5636.8222.64-
YUV148.29110.3490.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.37%
GREEN value IS 181 (71.09% from 255) = 45.94%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=24.37%
G=45.94%
B=29.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961811170.4700.350.29134.8236.4854.31
Hex60B5752F0231D872436
Octal14026516557043352074466
Binary110000010110101111010110111101000111110110000111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,181,117); }

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

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

 a { background-color: rgb(96,181,117); }

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

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

 span { border-color: rgb(96,181,117); }

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