Html Css Color HEX #808409 Olive

📋 copy color: '#808409'

red 128 ◦ green 132 ◦ blue 9

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

Shades of Olive #808409

Tints of Olive #808409

RGB

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

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

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

R = 47.58%
G = 49.07%
B = 3.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#808409 (or 0x808409) is known color: Olive. HEX triplet: 80, 84 and 09. RGB value is (128,132,9). Sum of RGB (Red+Green+Blue) = 128+132+9=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #808409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808409 is #7F7BF6. Grayscale: #757575. Windows color (decimal): -8354807 or 623744. OLE color: 623744.

HSL color Cylindrical-coordinate representation of color #808409: hue angle of 61.95º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #808409 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 9 -
CMYK 0.03 0 0.93 0.48
HSL 61.95º 0.87% 0.28% -
HSV(B) 61.95º 0.93% 0.52% -
XYZ 17.2 21.11 3.43 -
YUV 116.78 67.17 136 -
System Red Green Blue C M Y K H S L
Decimal 128 132 9 0.03 0 0.93 0.48 61.95 0.87 0.28
Hex 80 84 9 3 0 5D 30 3E 57 1C
Octal 200 204 11 3 0 135 60 76 127 34
Binary 10000000 10000100 1001 11 0 1011101 110000 111110 1010111 11100

Color Harmonies of #808409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808409

Black with #808409

Text Example


Text Example

White with #808409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808409; }

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

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

background-color css

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

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

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

border-color css

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

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

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