Html Css Color HEX #808D04 Olive

📋 copy color: '#808D04'

red 128 ◦ green 141 ◦ blue 4

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

Shades of Olive #808D04

Tints of Olive #808D04

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.65%

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

R = 46.89%
G = 51.65%
B = 1.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#808D04 (or 0x808D04) is known color: Olive. HEX triplet: 80, 8D and 04. RGB value is (128,141,4). Sum of RGB (Red+Green+Blue) = 128+141+4=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #808D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808D04 is #7F72FB. Grayscale: #7A7A7A. Windows color (decimal): -8352508 or 298368. OLE color: 298368.

HSL color Cylindrical-coordinate representation of color #808D04: hue angle of 65.69º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #808D04 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 141 4 -
CMYK 0.09 0 0.97 0.45
HSL 65.69º 0.94% 0.28% -
HSV(B) 65.69º 0.97% 0.55% -
XYZ 18.45 23.65 3.71 -
YUV 121.5 61.69 132.64 -
System Red Green Blue C M Y K H S L
Decimal 128 141 4 0.09 0 0.97 0.45 65.69 0.94 0.28
Hex 80 8D 4 9 0 61 2D 42 5E 1C
Octal 200 215 4 11 0 141 55 102 136 34
Binary 10000000 10001101 100 1001 0 1100001 101101 1000010 1011110 11100

Color Harmonies of #808D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808D04

Black with #808D04

Text Example


Text Example

White with #808D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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