Html Css Color HEX #8D8801 Olive

📋 copy color: '#8D8801'

red 141 ◦ green 136 ◦ blue 1

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

Shades of Olive #8D8801

Tints of Olive #8D8801

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.92%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 50.72%
G = 48.92%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8D8801 (or 0x8D8801) is known color: Olive. HEX triplet: 8D, 88 and 01. RGB value is (141,136,1). Sum of RGB (Red+Green+Blue) = 141+136+1=278 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.72% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8801 is #7277FE. Grayscale: #7A7A7A. Windows color (decimal): -7501823 or 100493. OLE color: 100493.

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

Color convert

RGB 141 136 1 -
CMYK 0 0.04 0.99 0.45
HSL 57.86º 0.99% 0.28% -
HSV(B) 57.86º 0.99% 0.55% -
XYZ 19.79 23.27 3.48 -
YUV 122.11 59.66 141.48 -
System Red Green Blue C M Y K H S L
Decimal 141 136 1 0 0.04 0.99 0.45 57.86 0.99 0.28
Hex 8D 88 1 0 4 63 2D 3A 63 1C
Octal 215 210 1 0 4 143 55 72 143 34
Binary 10001101 10001000 1 0 100 1100011 101101 111010 1100011 11100

Color Harmonies of #8D8801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8801

Black with #8D8801

Text Example


Text Example

White with #8D8801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,136,1); }

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

background-color css

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

 a { background-color: rgb(141,136,1); }

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

border-color css

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

 span { border-color: rgb(141,136,1); }

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