Html Css Color HEX #808C04 Olive

📋 copy color: '#808C04'

red 128 ◦ green 140 ◦ blue 4

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

Shades of Olive #808C04

Tints of Olive #808C04

RGB

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

 GREEN value IS 140 (55.08% from 255) = 51.47%

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

R = 47.06%
G = 51.47%
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

#808C04 (or 0x808C04) is known color: Olive. HEX triplet: 80, 8C and 04. RGB value is (128,140,4). Sum of RGB (Red+Green+Blue) = 128+140+4=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 140 (55.08% from 255 or 51.47% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 140 - color contains mainly: green. Hex color #808C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808C04 is #7F73FB. Grayscale: #797979. Windows color (decimal): -8352764 or 298112. OLE color: 298112.

HSL color Cylindrical-coordinate representation of color #808C04: hue angle of 65.29º 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 #808C04 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 140 4 -
CMYK 0.09 0 0.97 0.45
HSL 65.29º 0.94% 0.28% -
HSV(B) 65.29º 0.97% 0.55% -
XYZ 18.3 23.35 3.66 -
YUV 120.91 62.02 133.06 -
System Red Green Blue C M Y K H S L
Decimal 128 140 4 0.09 0 0.97 0.45 65.29 0.94 0.28
Hex 80 8C 4 9 0 61 2D 41 5E 1C
Octal 200 214 4 11 0 141 55 101 136 34
Binary 10000000 10001100 100 1001 0 1100001 101101 1000001 1011110 11100

Color Harmonies of #808C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808C04

Black with #808C04

Text Example


Text Example

White with #808C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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