Html Css Color HEX #516A61 Viridian Green

📋 copy color: '#516A61'

red 81 ◦ green 106 ◦ blue 97

#516A61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #516A61

Tints of Viridian Green #516A61

RGB

 RED value IS 81 (32.03% from 255) = 28.52%

 GREEN value IS 106 (41.8% from 255) = 37.32%

 BLUE value IS 97 (38.28% from 255) = 34.15%

R = 28.52%
G = 37.32%
B = 34.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#516A61 (or 0x516A61) is known color: Viridian Green. HEX triplet: 51, 6A and 61. RGB value is (81,106,97). Sum of RGB (Red+Green+Blue) = 81+106+97=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 106 - color contains mainly: green. Hex color #516A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A61 is #AE959E. Grayscale: #616161. Windows color (decimal): -11441567 or 6384209. OLE color: 6384209.

HSL color Cylindrical-coordinate representation of color #516A61: hue angle of 158.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #516A61 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 106 97 -
CMYK 0.24 0 0.08 0.58
HSL 158.4º 0.13% 0.37% -
HSV(B) 158.4º 0.24% 0.42% -
XYZ 10.71 12.92 13.24 -
YUV 97.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 81 106 97 0.24 0 0.08 0.58 158.4 0.13 0.37
Hex 51 6A 61 18 0 8 3A 9E D 25
Octal 121 152 141 30 0 10 72 236 15 45
Binary 1010001 1101010 1100001 11000 0 1000 111010 10011110 1101 100101

Color Harmonies of #516A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516A61

Black with #516A61

Text Example


Text Example

White with #516A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516A61; }

 p { color: rgb(81,106,97); }

 H1.HeaderClassName
 {
   color: #516A61;
 }
 .AnyTagClassName
 {
   color: #516A61;
 }
</style>

background-color css

<style>
 a { background-color: #516A61; }

 a { background-color: rgb(81,106,97); }

 div.DivClassName
 {
   background-color: #516A61;
 }
 .BgClassName
 {
   background-color: #516A61;
 }
</style>

border-color css

<style>
 span { border-color: #516A61; }

 span { border-color: rgb(81,106,97); }

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