Html Css Color HEX #56800D Olive Drab

📋 copy color: '#56800D'

red 86 ◦ green 128 ◦ blue 13

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

Shades of Olive Drab #56800D

Tints of Olive Drab #56800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 56.39%

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 37.89%
G = 56.39%
B = 5.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#56800D (or 0x56800D) is known color: Olive Drab. HEX triplet: 56, 80 and 0D. RGB value is (86,128,13). Sum of RGB (Red+Green+Blue) = 86+128+13=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #56800D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56800D is #A97FF2. Grayscale: #666666. Windows color (decimal): -11108339 or 884822. OLE color: 884822.

HSL color Cylindrical-coordinate representation of color #56800D: hue angle of 81.91º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56800D is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 128 13 -
CMYK 0.33 0 0.90 0.50
HSL 81.91º 0.82% 0.28% -
HSV(B) 81.91º 0.9% 0.5% -
XYZ 11.63 17.45 3.14 -
YUV 102.33 77.59 116.35 -
System Red Green Blue C M Y K H S L
Decimal 86 128 13 0.33 0 0.90 0.50 81.91 0.82 0.28
Hex 56 80 D 21 0 5A 32 52 52 1C
Octal 126 200 15 41 0 132 62 122 122 34
Binary 1010110 10000000 1101 100001 0 1011010 110010 1010010 1010010 11100

Color Harmonies of #56800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56800D

Black with #56800D

Text Example


Text Example

White with #56800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56800D; }

 p { color: rgb(86,128,13); }

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

background-color css

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

 a { background-color: rgb(86,128,13); }

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

border-color css

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

 span { border-color: rgb(86,128,13); }

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