Html Css Color HEX #8E7204 Olive

📋 copy color: '#8E7204'

red 142 ◦ green 114 ◦ blue 4

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

Shades of Olive #8E7204

Tints of Olive #8E7204

RGB

 RED value IS 142 (55.86% from 255) = 54.62%

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

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

R = 54.62%
G = 43.85%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8E7204 (or 0x8E7204) is known color: Olive. HEX triplet: 8E, 72 and 04. RGB value is (142,114,4). Sum of RGB (Red+Green+Blue) = 142+114+4=260 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.62% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7204 is #718DFB. Grayscale: #6E6E6E. Windows color (decimal): -7441916 or 291470. OLE color: 291470.

HSL color Cylindrical-coordinate representation of color #8E7204: hue angle of 47.83º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E7204 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 114 4 -
CMYK 0 0.20 0.97 0.44
HSL 47.83º 0.95% 0.29% -
HSV(B) 47.83º 0.97% 0.56% -
XYZ 17.19 17.79 2.64 -
YUV 109.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 142 114 4 0 0.20 0.97 0.44 47.83 0.95 0.29
Hex 8E 72 4 0 14 61 2C 30 5F 1D
Octal 216 162 4 0 24 141 54 60 137 35
Binary 10001110 1110010 100 0 10100 1100001 101100 110000 1011111 11101

Color Harmonies of #8E7204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7204

Black with #8E7204

Text Example


Text Example

White with #8E7204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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