#5F6261

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

Shades of Viridian Green #5F6261

Tints of Viridian Green #5F6261

Color information

#5F6261 (or 0x5F6261) is unknown color: approx Viridian Green. HEX triplet: 5F, 62 and 61. RGB value is (95,98,97). Sum of RGB (Red+Green+Blue) = 95+98+97=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 98 - color contains mainly: green. Hex color #5F6261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6261 is #A09D9E. Grayscale: #606060. Windows color (decimal): -10526111 or 6382175. OLE color: 6382175.

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

Color convert

RGB959897-
CMYK0.0300.010.62
HSL160º1.55%37.84%-
HSV(B)160º3.06%38.43%-
XYZ11.2412.0313.04-
YUV96.99128.01126.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.76%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=32.76%
G=33.79%
B=33.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9598970.0300.010.621601.5537.84
Hex5F62613013Ea0226
Octal13714214130176240246
Binary10111111100010110000111011111101010000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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