Html Css Color HEX #808E04 Olive

📋 copy color: '#808E04'

red 128 ◦ green 142 ◦ blue 4

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

Shades of Olive #808E04

Tints of Olive #808E04

RGB

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

 GREEN value IS 142 (55.86% from 255) = 51.82%

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

R = 46.72%
G = 51.82%
B = 1.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#808E04 (or 0x808E04) is known color: Olive. HEX triplet: 80, 8E and 04. RGB value is (128,142,4). Sum of RGB (Red+Green+Blue) = 128+142+4=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #808E04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808E04 is #7F71FB. Grayscale: #7A7A7A. Windows color (decimal): -8352252 or 298624. OLE color: 298624.

HSL color Cylindrical-coordinate representation of color #808E04: hue angle of 66.09º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #808E04 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 142 4 -
CMYK 0.10 0 0.97 0.44
HSL 66.09º 0.95% 0.29% -
HSV(B) 66.09º 0.97% 0.56% -
XYZ 18.6 23.94 3.76 -
YUV 122.08 61.36 132.22 -
System Red Green Blue C M Y K H S L
Decimal 128 142 4 0.10 0 0.97 0.44 66.09 0.95 0.29
Hex 80 8E 4 A 0 61 2C 42 5F 1D
Octal 200 216 4 12 0 141 54 102 137 35
Binary 10000000 10001110 100 1010 0 1100001 101100 1000010 1011111 11101

Color Harmonies of #808E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808E04

Black with #808E04

Text Example


Text Example

White with #808E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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