Html Css Color HEX #8D850D Olive

📋 copy color: '#8D850D'

red 141 ◦ green 133 ◦ blue 13

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

Shades of Olive #8D850D

Tints of Olive #8D850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.34%

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

R = 49.13%
G = 46.34%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D850D (or 0x8D850D) is known color: Olive. HEX triplet: 8D, 85 and 0D. RGB value is (141,133,13). Sum of RGB (Red+Green+Blue) = 141+133+13=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D850D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D850D is #727AF2. Grayscale: #7A7A7A. Windows color (decimal): -7502579 or 886157. OLE color: 886157.

HSL color Cylindrical-coordinate representation of color #8D850D: hue angle of 56.25º 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 #8D850D is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 133 13 -
CMYK 0 0.06 0.91 0.45
HSL 56.25º 0.83% 0.3% -
HSV(B) 56.25º 0.91% 0.55% -
XYZ 19.44 22.47 3.69 -
YUV 121.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 141 133 13 0 0.06 0.91 0.45 56.25 0.83 0.3
Hex 8D 85 D 0 6 5B 2D 38 53 1E
Octal 215 205 15 0 6 133 55 70 123 36
Binary 10001101 10000101 1101 0 110 1011011 101101 111000 1010011 11110

Color Harmonies of #8D850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D850D

Black with #8D850D

Text Example


Text Example

White with #8D850D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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