Html Css Color HEX #808304 Olive

📋 copy color: '#808304'

red 128 ◦ green 131 ◦ blue 4

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

Shades of Olive #808304

Tints of Olive #808304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.81%

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 48.67%
G = 49.81%
B = 1.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#808304 (or 0x808304) is known color: Olive. HEX triplet: 80, 83 and 04. RGB value is (128,131,4). Sum of RGB (Red+Green+Blue) = 128+131+4=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #808304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808304 is #7F7CFB. Grayscale: #747474. Windows color (decimal): -8355068 or 295808. OLE color: 295808.

HSL color Cylindrical-coordinate representation of color #808304: hue angle of 61.42º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #808304 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 131 4 -
CMYK 0.02 0 0.97 0.49
HSL 61.42º 0.94% 0.26% -
HSV(B) 61.42º 0.97% 0.51% -
XYZ 17.04 20.83 3.24 -
YUV 115.63 65.01 136.83 -
System Red Green Blue C M Y K H S L
Decimal 128 131 4 0.02 0 0.97 0.49 61.42 0.94 0.26
Hex 80 83 4 2 0 61 31 3D 5E 1A
Octal 200 203 4 2 0 141 61 75 136 32
Binary 10000000 10000011 100 10 0 1100001 110001 111101 1011110 11010

Color Harmonies of #808304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808304

Black with #808304

Text Example


Text Example

White with #808304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808304; }

 p { color: rgb(128,131,4); }

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

background-color css

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

 a { background-color: rgb(128,131,4); }

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

border-color css

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

 span { border-color: rgb(128,131,4); }

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