Html Css Color HEX #5B820D Olive Drab

📋 copy color: '#5B820D'

red 91 ◦ green 130 ◦ blue 13

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

Shades of Olive Drab #5B820D

Tints of Olive Drab #5B820D

RGB

 RED value IS 91 (35.94% from 255) = 38.89%

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

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

R = 38.89%
G = 55.56%
B = 5.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#5B820D (or 0x5B820D) is known color: Olive Drab. HEX triplet: 5B, 82 and 0D. RGB value is (91,130,13). Sum of RGB (Red+Green+Blue) = 91+130+13=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #5B820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B820D is #A47DF2. Grayscale: #696969. Windows color (decimal): -10780147 or 885339. OLE color: 885339.

HSL color Cylindrical-coordinate representation of color #5B820D: hue angle of 80º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B820D is Cyan = 0.30, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 91 130 13 -
CMYK 0.30 0 0.9 0.49
HSL 80º 0.82% 0.28% -
HSV(B) 80º 0.9% 0.51% -
XYZ 12.37 18.22 3.25 -
YUV 105 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 91 130 13 0.30 0 0.9 0.49 80 0.82 0.28
Hex 5B 82 D 1E 0 5A 31 50 52 1C
Octal 133 202 15 36 0 132 61 120 122 34
Binary 1011011 10000010 1101 11110 0 1011010 110001 1010000 1010010 11100

Color Harmonies of #5B820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B820D

Black with #5B820D

Text Example


Text Example

White with #5B820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B820D; }

 p { color: rgb(91,130,13); }

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

background-color css

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

 a { background-color: rgb(91,130,13); }

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

border-color css

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

 span { border-color: rgb(91,130,13); }

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