Html Css Color HEX #808904 Olive

📋 copy color: '#808904'

red 128 ◦ green 137 ◦ blue 4

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

Shades of Olive #808904

Tints of Olive #808904

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.93%

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

R = 47.58%
G = 50.93%
B = 1.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#808904 (or 0x808904) is known color: Olive. HEX triplet: 80, 89 and 04. RGB value is (128,137,4). Sum of RGB (Red+Green+Blue) = 128+137+4=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #808904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808904 is #7F76FB. Grayscale: #777777. Windows color (decimal): -8353532 or 297344. OLE color: 297344.

HSL color Cylindrical-coordinate representation of color #808904: hue angle of 64.06º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #808904 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 137 4 -
CMYK 0.07 0 0.97 0.46
HSL 64.06º 0.94% 0.28% -
HSV(B) 64.06º 0.97% 0.54% -
XYZ 17.87 22.49 3.51 -
YUV 119.15 63.02 134.31 -
System Red Green Blue C M Y K H S L
Decimal 128 137 4 0.07 0 0.97 0.46 64.06 0.94 0.28
Hex 80 89 4 7 0 61 2E 40 5E 1C
Octal 200 211 4 7 0 141 56 100 136 34
Binary 10000000 10001001 100 111 0 1100001 101110 1000000 1011110 11100

Color Harmonies of #808904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808904

Black with #808904

Text Example


Text Example

White with #808904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808904; }

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

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

background-color css

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

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

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

border-color css

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

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

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