Html Css Color HEX #808400 Olive

📋 copy color: '#808400'

red 128 ◦ green 132 ◦ blue 0

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

Shades of Olive #808400

Tints of Olive #808400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.23%
G = 50.77%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#808400 (or 0x808400) is known color: Olive. HEX triplet: 80, 84 and 00. RGB value is (128,132,0). Sum of RGB (Red+Green+Blue) = 128+132+0=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #808400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808400 is #7F7BFF. Grayscale: #747474. Windows color (decimal): -8354816 or 33920. OLE color: 33920.

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

Color convert

RGB 128 132 0 -
CMYK 0.03 0 1 0.48
HSL 61.82º 1% 0.26% -
HSV(B) 61.82º 1% 0.52% -
XYZ 17.15 21.09 3.17 -
YUV 115.76 62.67 136.73 -
System Red Green Blue C M Y K H S L
Decimal 128 132 0 0.03 0 1 0.48 61.82 1 0.26
Hex 80 84 0 3 0 64 30 3E 64 1A
Octal 200 204 0 3 0 144 60 76 144 32
Binary 10000000 10000100 0 11 0 1100100 110000 111110 1100100 11010

Color Harmonies of #808400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808400

Black with #808400

Text Example


Text Example

White with #808400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808400; }

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

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

background-color css

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

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

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

border-color css

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

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

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