#60B175

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

Shades of Fern #60B175

Tints of Fern #60B175

Color information

#60B175 (or 0x60B175) is unknown color: approx Fern. HEX triplet: 60, B1 and 75. RGB value is (96,177,117). Sum of RGB (Red+Green+Blue) = 96+177+117=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #60B175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B175 is #9F4E8A. Grayscale: #929292. Windows color (decimal): -10440331 or 7713120. OLE color: 7713120.

HSL color Cylindrical-coordinate representation of color #60B175: hue angle of 135.56º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B175 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB96177117-
CMYK0.4600.340.31
HSL135.56º34.18%53.53%-
HSV(B)135.56º45.76%69.41%-
XYZ23.7635.2222.37-
YUV145.94111.6692.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.62%
GREEN value IS 177 (69.53% from 255) = 45.38%
BLUE value IS 117 (46.09% from 255) = 30%
R=24.62%
G=45.38%
B=30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961771170.4600.340.31135.5634.1853.53
Hex60B1752E0221F882236
Octal14026116556042372104266
Binary110000010110001111010110111001000101111110001000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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