Html Css Color HEX #808B09 Olive

📋 copy color: '#808B09'

red 128 ◦ green 139 ◦ blue 9

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

Shades of Olive #808B09

Tints of Olive #808B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.26%

R = 46.38%
G = 50.36%
B = 3.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#808B09 (or 0x808B09) is known color: Olive. HEX triplet: 80, 8B and 09. RGB value is (128,139,9). Sum of RGB (Red+Green+Blue) = 128+139+9=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #808B09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808B09 is #7F74F6. Grayscale: #797979. Windows color (decimal): -8353015 or 625536. OLE color: 625536.

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

Color convert

RGB 128 139 9 -
CMYK 0.08 0 0.94 0.45
HSL 65.08º 0.88% 0.29% -
HSV(B) 65.08º 0.94% 0.55% -
XYZ 18.18 23.07 3.75 -
YUV 120.89 64.86 133.07 -
System Red Green Blue C M Y K H S L
Decimal 128 139 9 0.08 0 0.94 0.45 65.08 0.88 0.29
Hex 80 8B 9 8 0 5E 2D 41 58 1D
Octal 200 213 11 10 0 136 55 101 130 35
Binary 10000000 10001011 1001 1000 0 1011110 101101 1000001 1011000 11101

Color Harmonies of #808B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808B09

Black with #808B09

Text Example


Text Example

White with #808B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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