Html Css Color HEX #576116 Army green

📋 copy color: '#576116'

red 87 ◦ green 97 ◦ blue 22

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

Shades of Army green #576116

Tints of Army green #576116

RGB

 RED value IS 87 (34.38% from 255) = 42.23%

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

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 42.23%
G = 47.09%
B = 10.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#576116 (or 0x576116) is known color: Army green. HEX triplet: 57, 61 and 16. RGB value is (87,97,22). Sum of RGB (Red+Green+Blue) = 87+97+22=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #576116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #576116 is #A89EE9. Grayscale: #555555. Windows color (decimal): -11050730 or 1466711. OLE color: 1466711.

HSL color Cylindrical-coordinate representation of color #576116: hue angle of 68º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #576116 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 97 22 -
CMYK 0.10 0 0.77 0.62
HSL 68º 0.63% 0.23% -
HSV(B) 68º 0.77% 0.38% -
XYZ 8.35 10.63 2.37 -
YUV 85.46 92.19 129.1 -
System Red Green Blue C M Y K H S L
Decimal 87 97 22 0.10 0 0.77 0.62 68 0.63 0.23
Hex 57 61 16 A 0 4D 3E 44 3F 17
Octal 127 141 26 12 0 115 76 104 77 27
Binary 1010111 1100001 10110 1010 0 1001101 111110 1000100 111111 10111

Color Harmonies of #576116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576116

Black with #576116

Text Example


Text Example

White with #576116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576116; }

 p { color: rgb(87,97,22); }

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

background-color css

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

 a { background-color: rgb(87,97,22); }

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

border-color css

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

 span { border-color: rgb(87,97,22); }

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