Html Css Color HEX #56840D Olive Drab

📋 copy color: '#56840D'

red 86 ◦ green 132 ◦ blue 13

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

Shades of Olive Drab #56840D

Tints of Olive Drab #56840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.14%

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

R = 37.23%
G = 57.14%
B = 5.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#56840D (or 0x56840D) is known color: Olive Drab. HEX triplet: 56, 84 and 0D. RGB value is (86,132,13). Sum of RGB (Red+Green+Blue) = 86+132+13=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #56840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56840D is #A97BF2. Grayscale: #696969. Windows color (decimal): -11107315 or 885846. OLE color: 885846.

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

Color convert

RGB 86 132 13 -
CMYK 0.35 0 0.90 0.48
HSL 83.19º 0.82% 0.28% -
HSV(B) 83.19º 0.9% 0.52% -
XYZ 12.16 18.51 3.31 -
YUV 104.68 76.26 114.68 -
System Red Green Blue C M Y K H S L
Decimal 86 132 13 0.35 0 0.90 0.48 83.19 0.82 0.28
Hex 56 84 D 23 0 5A 30 53 52 1C
Octal 126 204 15 43 0 132 60 123 122 34
Binary 1010110 10000100 1101 100011 0 1011010 110000 1010011 1010010 11100

Color Harmonies of #56840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56840D

Black with #56840D

Text Example


Text Example

White with #56840D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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