Html Css Color HEX #8D8000 Olive

📋 copy color: '#8D8000'

red 141 ◦ green 128 ◦ blue 0

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

Shades of Olive #8D8000

Tints of Olive #8D8000

RGB

 RED value IS 141 (55.47% from 255) = 52.42%

 GREEN value IS 128 (50.39% from 255) = 47.58%

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

R = 52.42%
G = 47.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8D8000 (or 0x8D8000) is known color: Olive. HEX triplet: 8D, 80 and 00. RGB value is (141,128,0). Sum of RGB (Red+Green+Blue) = 141+128+0=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8000 is #727FFF. Grayscale: #757575. Windows color (decimal): -7503872 or 32909. OLE color: 32909.

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

Color convert

RGB 141 128 0 -
CMYK 0 0.09 1 0.45
HSL 54.47º 1% 0.28% -
HSV(B) 54.47º 1% 0.55% -
XYZ 18.7 21.1 3.09 -
YUV 117.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 141 128 0 0 0.09 1 0.45 54.47 1 0.28
Hex 8D 80 0 0 9 64 2D 36 64 1C
Octal 215 200 0 0 11 144 55 66 144 34
Binary 10001101 10000000 0 0 1001 1100100 101101 110110 1100100 11100

Color Harmonies of #8D8000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8000

Black with #8D8000

Text Example


Text Example

White with #8D8000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D8000; }

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

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

background-color css

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

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

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

border-color css

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

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

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