Html Css Color HEX #8E7407 Olive

📋 copy color: '#8E7407'

red 142 ◦ green 116 ◦ blue 7

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

Shades of Olive #8E7407

Tints of Olive #8E7407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.64%

R = 53.58%
G = 43.77%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.44

RGB Variations

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

Color information

#8E7407 (or 0x8E7407) is known color: Olive. HEX triplet: 8E, 74 and 07. RGB value is (142,116,7). Sum of RGB (Red+Green+Blue) = 142+116+7=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7407 is #718BF8. Grayscale: #6F6F6F. Windows color (decimal): -7441401 or 488590. OLE color: 488590.

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

Color convert

RGB 142 116 7 -
CMYK 0 0.18 0.95 0.44
HSL 48.44º 0.91% 0.29% -
HSV(B) 48.44º 0.95% 0.56% -
XYZ 17.44 18.26 2.81 -
YUV 111.35 69.11 149.86 -
System Red Green Blue C M Y K H S L
Decimal 142 116 7 0 0.18 0.95 0.44 48.44 0.91 0.29
Hex 8E 74 7 0 12 5F 2C 30 5B 1D
Octal 216 164 7 0 22 137 54 60 133 35
Binary 10001110 1110100 111 0 10010 1011111 101100 110000 1011011 11101

Color Harmonies of #8E7407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7407

Black with #8E7407

Text Example


Text Example

White with #8E7407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,116,7); }

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

background-color css

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

 a { background-color: rgb(142,116,7); }

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

border-color css

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

 span { border-color: rgb(142,116,7); }

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