Html Css Color HEX #8D7204 Olive

📋 copy color: '#8D7204'

red 141 ◦ green 114 ◦ blue 4

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

Shades of Olive #8D7204

Tints of Olive #8D7204

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.02%

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 54.44%
G = 44.02%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8D7204 (or 0x8D7204) is known color: Olive. HEX triplet: 8D, 72 and 04. RGB value is (141,114,4). Sum of RGB (Red+Green+Blue) = 141+114+4=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7204 is #728DFB. Grayscale: #6D6D6D. Windows color (decimal): -7507452 or 291469. OLE color: 291469.

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

Color convert

RGB 141 114 4 -
CMYK 0 0.19 0.97 0.45
HSL 48.18º 0.94% 0.28% -
HSV(B) 48.18º 0.97% 0.55% -
XYZ 17.02 17.71 2.64 -
YUV 109.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 141 114 4 0 0.19 0.97 0.45 48.18 0.94 0.28
Hex 8D 72 4 0 13 61 2D 30 5E 1C
Octal 215 162 4 0 23 141 55 60 136 34
Binary 10001101 1110010 100 0 10011 1100001 101101 110000 1011110 11100

Color Harmonies of #8D7204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7204

Black with #8D7204

Text Example


Text Example

White with #8D7204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,114,4); }

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

background-color css

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

 a { background-color: rgb(141,114,4); }

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

border-color css

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

 span { border-color: rgb(141,114,4); }

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