Html Css Color HEX #8D7401 Olive

📋 copy color: '#8D7401'

red 141 ◦ green 116 ◦ blue 1

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

Shades of Olive #8D7401

Tints of Olive #8D7401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.96%

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

R = 54.65%
G = 44.96%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8D7401 (or 0x8D7401) is known color: Olive. HEX triplet: 8D, 74 and 01. RGB value is (141,116,1). Sum of RGB (Red+Green+Blue) = 141+116+1=258 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.65% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7401 is #728BFE. Grayscale: #6E6E6E. Windows color (decimal): -7506943 or 95373. OLE color: 95373.

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

Color convert

RGB 141 116 1 -
CMYK 0 0.18 0.99 0.45
HSL 49.29º 0.99% 0.28% -
HSV(B) 49.29º 0.99% 0.55% -
XYZ 17.24 18.16 2.62 -
YUV 110.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 141 116 1 0 0.18 0.99 0.45 49.29 0.99 0.28
Hex 8D 74 1 0 12 63 2D 31 63 1C
Octal 215 164 1 0 22 143 55 61 143 34
Binary 10001101 1110100 1 0 10010 1100011 101101 110001 1100011 11100

Color Harmonies of #8D7401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7401

Black with #8D7401

Text Example


Text Example

White with #8D7401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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