#60B160

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

Shades of Fern #60B160

Tints of Fern #60B160

Color information

#60B160 (or 0x60B160) is unknown color: approx Fern. HEX triplet: 60, B1 and 60. RGB value is (96,177,96). Sum of RGB (Red+Green+Blue) = 96+177+96=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #60B160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B160 is #9F4E9F. Grayscale: #8F8F8F. Windows color (decimal): -10440352 or 6336864. OLE color: 6336864.

HSL color Cylindrical-coordinate representation of color #60B160: hue angle of 120º 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 #60B160 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB9617796-
CMYK0.4600.460.31
HSL120º34.18%53.53%-
HSV(B)120º45.76%69.41%-
XYZ22.6634.7816.58-
YUV143.55101.1694.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 177 (69.53% from 255) = 47.97%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=26.02%
G=47.97%
B=26.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96177960.4600.460.3112034.1853.53
Hex60B1602E02E1F782236
Octal14026114056056371704266
Binary11000001011000111000001011100101110111111111000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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