Html Css Color HEX #808804 Olive

📋 copy color: '#808804'

red 128 ◦ green 136 ◦ blue 4

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

Shades of Olive #808804

Tints of Olive #808804

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.75%

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

R = 47.76%
G = 50.75%
B = 1.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#808804 (or 0x808804) is known color: Olive. HEX triplet: 80, 88 and 04. RGB value is (128,136,4). Sum of RGB (Red+Green+Blue) = 128+136+4=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #808804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808804 is #7F77FB. Grayscale: #777777. Windows color (decimal): -8353788 or 297088. OLE color: 297088.

HSL color Cylindrical-coordinate representation of color #808804: hue angle of 63.64º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #808804 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 4 -
CMYK 0.06 0 0.97 0.47
HSL 63.64º 0.94% 0.27% -
HSV(B) 63.64º 0.97% 0.53% -
XYZ 17.73 22.21 3.47 -
YUV 118.56 63.35 134.73 -
System Red Green Blue C M Y K H S L
Decimal 128 136 4 0.06 0 0.97 0.47 63.64 0.94 0.27
Hex 80 88 4 6 0 61 2F 40 5E 1B
Octal 200 210 4 6 0 141 57 100 136 33
Binary 10000000 10001000 100 110 0 1100001 101111 1000000 1011110 11011

Color Harmonies of #808804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808804

Black with #808804

Text Example


Text Example

White with #808804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808804; }

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

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

background-color css

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

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

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

border-color css

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

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

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