Html Css Color HEX #808C00 Olive

📋 copy color: '#808C00'

red 128 ◦ green 140 ◦ blue 0

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

Shades of Olive #808C00

Tints of Olive #808C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.76%
G = 52.24%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#808C00 (or 0x808C00) is known color: Olive. HEX triplet: 80, 8C and 00. RGB value is (128,140,0). Sum of RGB (Red+Green+Blue) = 128+140+0=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 140 (55.08% from 255 or 52.24% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 140 - color contains mainly: green. Hex color #808C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808C00 is #7F73FF. Grayscale: #797979. Windows color (decimal): -8352768 or 35968. OLE color: 35968.

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

Color convert

RGB 128 140 0 -
CMYK 0.09 0 1 0.45
HSL 65.14º 1% 0.27% -
HSV(B) 65.14º 1% 0.55% -
XYZ 18.28 23.35 3.54 -
YUV 120.45 60.02 133.38 -
System Red Green Blue C M Y K H S L
Decimal 128 140 0 0.09 0 1 0.45 65.14 1 0.27
Hex 80 8C 0 9 0 64 2D 41 64 1B
Octal 200 214 0 11 0 144 55 101 144 33
Binary 10000000 10001100 0 1001 0 1100100 101101 1000001 1100100 11011

Color Harmonies of #808C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808C00

Black with #808C00

Text Example


Text Example

White with #808C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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