Html Css Color HEX #565714 Army green

📋 copy color: '#565714'

red 86 ◦ green 87 ◦ blue 20

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

Shades of Army green #565714

Tints of Army green #565714

RGB

 RED value IS 86 (33.98% from 255) = 44.56%

 GREEN value IS 87 (34.38% from 255) = 45.08%

 BLUE value IS 20 (8.2% from 255) = 10.36%

R = 44.56%
G = 45.08%
B = 10.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#565714 (or 0x565714) is known color: Army green. HEX triplet: 56, 57 and 14. RGB value is (86,87,20). Sum of RGB (Red+Green+Blue) = 86+87+20=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #565714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565714 is #A9A8EB. Grayscale: #4F4F4F. Windows color (decimal): -11118828 or 1333078. OLE color: 1333078.

HSL color Cylindrical-coordinate representation of color #565714: hue angle of 60.9º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #565714 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 87 20 -
CMYK 0.01 0 0.77 0.66
HSL 60.9º 0.63% 0.21% -
HSV(B) 60.9º 0.77% 0.34% -
XYZ 7.37 8.85 1.98 -
YUV 79.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 86 87 20 0.01 0 0.77 0.66 60.9 0.63 0.21
Hex 56 57 14 1 0 4D 42 3D 3F 15
Octal 126 127 24 1 0 115 102 75 77 25
Binary 1010110 1010111 10100 1 0 1001101 1000010 111101 111111 10101

Color Harmonies of #565714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565714

Black with #565714

Text Example


Text Example

White with #565714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565714; }

 p { color: rgb(86,87,20); }

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

background-color css

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

 a { background-color: rgb(86,87,20); }

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

border-color css

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

 span { border-color: rgb(86,87,20); }

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