Html Css Color HEX #516107 Verdun Green

📋 copy color: '#516107'

red 81 ◦ green 97 ◦ blue 7

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

Shades of Verdun Green #516107

Tints of Verdun Green #516107

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.43%

 BLUE value IS 7 (3.13% from 255) = 3.78%

R = 43.78%
G = 52.43%
B = 3.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#516107 (or 0x516107) is known color: Verdun Green. HEX triplet: 51, 61 and 07. RGB value is (81,97,7). Sum of RGB (Red+Green+Blue) = 81+97+7=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #516107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516107 is #AE9EF8. Grayscale: #525252. Windows color (decimal): -11443961 or 483665. OLE color: 483665.

HSL color Cylindrical-coordinate representation of color #516107: hue angle of 70.67º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #516107 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 7 -
CMYK 0.16 0 0.93 0.62
HSL 70.67º 0.87% 0.2% -
HSV(B) 70.67º 0.93% 0.38% -
XYZ 7.71 10.31 1.79 -
YUV 81.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 81 97 7 0.16 0 0.93 0.62 70.67 0.87 0.2
Hex 51 61 7 10 0 5D 3E 47 57 14
Octal 121 141 7 20 0 135 76 107 127 24
Binary 1010001 1100001 111 10000 0 1011101 111110 1000111 1010111 10100

Color Harmonies of #516107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516107

Black with #516107

Text Example


Text Example

White with #516107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516107; }

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

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

background-color css

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

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

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

border-color css

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

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

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