Html Css Color HEX #808B0D Olive

📋 copy color: '#808B0D'

red 128 ◦ green 139 ◦ blue 13

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

Shades of Olive #808B0D

Tints of Olive #808B0D

RGB

 RED value IS 128 (50.39% from 255) = 45.71%

 GREEN value IS 139 (54.69% from 255) = 49.64%

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

R = 45.71%
G = 49.64%
B = 4.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#808B0D (or 0x808B0D) is known color: Olive. HEX triplet: 80, 8B and 0D. RGB value is (128,139,13). Sum of RGB (Red+Green+Blue) = 128+139+13=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #808B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808B0D is #7F74F2. Grayscale: #797979. Windows color (decimal): -8353011 or 887680. OLE color: 887680.

HSL color Cylindrical-coordinate representation of color #808B0D: hue angle of 65.24º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #808B0D is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 139 13 -
CMYK 0.08 0 0.91 0.45
HSL 65.24º 0.83% 0.3% -
HSV(B) 65.24º 0.91% 0.55% -
XYZ 18.21 23.08 3.88 -
YUV 121.35 66.86 132.75 -
System Red Green Blue C M Y K H S L
Decimal 128 139 13 0.08 0 0.91 0.45 65.24 0.83 0.3
Hex 80 8B D 8 0 5B 2D 41 53 1E
Octal 200 213 15 10 0 133 55 101 123 36
Binary 10000000 10001011 1101 1000 0 1011011 101101 1000001 1010011 11110

Color Harmonies of #808B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808B0D

Black with #808B0D

Text Example


Text Example

White with #808B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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