Html Css Color HEX #808109 Olive

📋 copy color: '#808109'

red 128 ◦ green 129 ◦ blue 9

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

Shades of Olive #808109

Tints of Olive #808109

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.5%

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

R = 48.12%
G = 48.5%
B = 3.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#808109 (or 0x808109) is known color: Olive. HEX triplet: 80, 81 and 09. RGB value is (128,129,9). Sum of RGB (Red+Green+Blue) = 128+129+9=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #808109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808109 is #7F7EF6. Grayscale: #737373. Windows color (decimal): -8355575 or 622976. OLE color: 622976.

HSL color Cylindrical-coordinate representation of color #808109: hue angle of 60.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #808109 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 129 9 -
CMYK 0.01 0 0.93 0.49
HSL 60.5º 0.87% 0.27% -
HSV(B) 60.5º 0.93% 0.51% -
XYZ 16.8 20.31 3.29 -
YUV 115.02 68.17 137.26 -
System Red Green Blue C M Y K H S L
Decimal 128 129 9 0.01 0 0.93 0.49 60.5 0.87 0.27
Hex 80 81 9 1 0 5D 31 3C 57 1B
Octal 200 201 11 1 0 135 61 74 127 33
Binary 10000000 10000001 1001 1 0 1011101 110001 111100 1010111 11011

Color Harmonies of #808109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808109

Black with #808109

Text Example


Text Example

White with #808109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808109; }

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

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

background-color css

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

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

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

border-color css

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

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

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