Html Css Color HEX #8E7704 Olive

📋 copy color: '#8E7704'

red 142 ◦ green 119 ◦ blue 4

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

Shades of Olive #8E7704

Tints of Olive #8E7704

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.91%

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

R = 53.58%
G = 44.91%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8E7704 (or 0x8E7704) is known color: Olive. HEX triplet: 8E, 77 and 04. RGB value is (142,119,4). Sum of RGB (Red+Green+Blue) = 142+119+4=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7704 is #7188FB. Grayscale: #717171. Windows color (decimal): -7440636 or 292750. OLE color: 292750.

HSL color Cylindrical-coordinate representation of color #8E7704: hue angle of 50º 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 #8E7704 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 119 4 -
CMYK 0 0.16 0.97 0.44
HSL 50º 0.95% 0.29% -
HSV(B) 50º 0.97% 0.56% -
XYZ 17.77 18.95 2.84 -
YUV 112.77 66.62 148.85 -
System Red Green Blue C M Y K H S L
Decimal 142 119 4 0 0.16 0.97 0.44 50 0.95 0.29
Hex 8E 77 4 0 10 61 2C 32 5F 1D
Octal 216 167 4 0 20 141 54 62 137 35
Binary 10001110 1110111 100 0 10000 1100001 101100 110010 1011111 11101

Color Harmonies of #8E7704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7704

Black with #8E7704

Text Example


Text Example

White with #8E7704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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