Html Css Color HEX #808401 Olive

📋 copy color: '#808401'

red 128 ◦ green 132 ◦ blue 1

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

Shades of Olive #808401

Tints of Olive #808401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 49.04%
G = 50.57%
B = 0.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#808401 (or 0x808401) is known color: Olive. HEX triplet: 80, 84 and 01. RGB value is (128,132,1). Sum of RGB (Red+Green+Blue) = 128+132+1=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #808401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808401 is #7F7BFE. Grayscale: #747474. Windows color (decimal): -8354815 or 99456. OLE color: 99456.

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

Color convert

RGB 128 132 1 -
CMYK 0.03 0 0.99 0.48
HSL 61.83º 0.98% 0.26% -
HSV(B) 61.83º 0.99% 0.52% -
XYZ 17.16 21.09 3.2 -
YUV 115.87 63.17 136.65 -
System Red Green Blue C M Y K H S L
Decimal 128 132 1 0.03 0 0.99 0.48 61.83 0.98 0.26
Hex 80 84 1 3 0 63 30 3E 62 1A
Octal 200 204 1 3 0 143 60 76 142 32
Binary 10000000 10000100 1 11 0 1100011 110000 111110 1100010 11010

Color Harmonies of #808401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808401

Black with #808401

Text Example


Text Example

White with #808401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808401; }

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

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

background-color css

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

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

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

border-color css

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

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

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