#5F6160

Color #5F6160 Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #5F6160

Tints of Viridian Green #5F6160

Color information

#5F6160 (or 0x5F6160) is unknown color: approx Viridian Green. HEX triplet: 5F, 61 and 60. RGB value is (95,97,96). Sum of RGB (Red+Green+Blue) = 95+97+96=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 97 - color contains mainly: green. Hex color #5F6160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6160 is #A09E9F. Grayscale: #606060. Windows color (decimal): -10526368 or 6316383. OLE color: 6316383.

HSL color Cylindrical-coordinate representation of color #5F6160: hue angle of 150º degrees, saturation: 0.01, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #5F6160 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB959796-
CMYK0.0200.010.62
HSL150º1.04%37.65%-
HSV(B)150º2.06%38.04%-
XYZ11.1111.8312.76-
YUV96.29127.84127.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.99%
GREEN value IS 97 (38.28% from 255) = 33.68%
BLUE value IS 96 (37.89% from 255) = 33.33%
R=32.99%
G=33.68%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9597960.0200.010.621501.0437.65
Hex5F61602013E96126
Octal13714114020176226146
Binary1011111110000111000001001111110100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F6160; }

 p { color: rgb(95,97,96); }

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

<style>
 a { background-color: #5F6160; }

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

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

<style>
 span { border-color: #5F6160; }

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

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