Html Css Color HEX #56820B Olive Drab

📋 copy color: '#56820B'

red 86 ◦ green 130 ◦ blue 11

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

Shades of Olive Drab #56820B

Tints of Olive Drab #56820B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 57.27%

 BLUE value IS 11 (4.69% from 255) = 4.85%

R = 37.89%
G = 57.27%
B = 4.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#56820B (or 0x56820B) is known color: Olive Drab. HEX triplet: 56, 82 and 0B. RGB value is (86,130,11). Sum of RGB (Red+Green+Blue) = 86+130+11=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #56820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56820B is #A97DF4. Grayscale: #676767. Windows color (decimal): -11107829 or 754262. OLE color: 754262.

HSL color Cylindrical-coordinate representation of color #56820B: hue angle of 82.18º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56820B is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 130 11 -
CMYK 0.34 0 0.92 0.49
HSL 82.18º 0.84% 0.28% -
HSV(B) 82.18º 0.92% 0.51% -
XYZ 11.88 17.97 3.16 -
YUV 103.28 75.92 115.68 -
System Red Green Blue C M Y K H S L
Decimal 86 130 11 0.34 0 0.92 0.49 82.18 0.84 0.28
Hex 56 82 B 22 0 5C 31 52 54 1C
Octal 126 202 13 42 0 134 61 122 124 34
Binary 1010110 10000010 1011 100010 0 1011100 110001 1010010 1010100 11100

Color Harmonies of #56820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56820B

Black with #56820B

Text Example


Text Example

White with #56820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56820B; }

 p { color: rgb(86,130,11); }

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

background-color css

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

 a { background-color: rgb(86,130,11); }

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

border-color css

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

 span { border-color: rgb(86,130,11); }

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