Html Css Color HEX #8D820D Olive

📋 copy color: '#8D820D'

red 141 ◦ green 130 ◦ blue 13

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

Shades of Olive #8D820D

Tints of Olive #8D820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.77%

 BLUE value IS 13 (5.47% from 255) = 4.58%

R = 49.65%
G = 45.77%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D820D (or 0x8D820D) is known color: Olive. HEX triplet: 8D, 82 and 0D. RGB value is (141,130,13). Sum of RGB (Red+Green+Blue) = 141+130+13=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D820D is #727DF2. Grayscale: #787878. Windows color (decimal): -7503347 or 885389. OLE color: 885389.

HSL color Cylindrical-coordinate representation of color #8D820D: hue angle of 54.84º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D820D is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 130 13 -
CMYK 0 0.08 0.91 0.45
HSL 54.84º 0.83% 0.3% -
HSV(B) 54.84º 0.91% 0.55% -
XYZ 19.04 21.66 3.56 -
YUV 119.95 67.64 143.01 -
System Red Green Blue C M Y K H S L
Decimal 141 130 13 0 0.08 0.91 0.45 54.84 0.83 0.3
Hex 8D 82 D 0 8 5B 2D 37 53 1E
Octal 215 202 15 0 10 133 55 67 123 36
Binary 10001101 10000010 1101 0 1000 1011011 101101 110111 1010011 11110

Color Harmonies of #8D820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D820D

Black with #8D820D

Text Example


Text Example

White with #8D820D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,130,13); }

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

background-color css

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

 a { background-color: rgb(141,130,13); }

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

border-color css

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

 span { border-color: rgb(141,130,13); }

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