Html Css Color HEX #8D9900 Olive

📋 copy color: '#8D9900'

red 141 ◦ green 153 ◦ blue 0

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

Shades of Olive #8D9900

Tints of Olive #8D9900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.04%

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

R = 47.96%
G = 52.04%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#8D9900 (or 0x8D9900) is known color: Olive. HEX triplet: 8D, 99 and 00. RGB value is (141,153,0). Sum of RGB (Red+Green+Blue) = 141+153+0=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #8D9900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9900 is #7266FF. Grayscale: #848484. Windows color (decimal): -7497472 or 39309. OLE color: 39309.

HSL color Cylindrical-coordinate representation of color #8D9900: hue angle of 64.71º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D9900 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 141 153 0 -
CMYK 0.08 0 1 0.4
HSL 64.71º 1% 0.3% -
HSV(B) 64.71º 1% 0.6% -
XYZ 22.38 28.45 4.31 -
YUV 131.97 53.52 134.44 -
System Red Green Blue C M Y K H S L
Decimal 141 153 0 0.08 0 1 0.4 64.71 1 0.3
Hex 8D 99 0 8 0 64 28 41 64 1E
Octal 215 231 0 10 0 144 50 101 144 36
Binary 10001101 10011001 0 1000 0 1100100 101000 1000001 1100100 11110

Color Harmonies of #8D9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9900

Black with #8D9900

Text Example


Text Example

White with #8D9900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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