Html Css Color HEX #8E7305 Olive

📋 copy color: '#8E7305'

red 142 ◦ green 115 ◦ blue 5

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

Shades of Olive #8E7305

Tints of Olive #8E7305

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.89%

 BLUE value IS 5 (2.34% from 255) = 1.91%

R = 54.2%
G = 43.89%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#8E7305 (or 0x8E7305) is known color: Olive. HEX triplet: 8E, 73 and 05. RGB value is (142,115,5). Sum of RGB (Red+Green+Blue) = 142+115+5=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7305 is #718CFA. Grayscale: #6E6E6E. Windows color (decimal): -7441659 or 357262. OLE color: 357262.

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

Color convert

RGB 142 115 5 -
CMYK 0 0.19 0.96 0.44
HSL 48.18º 0.93% 0.29% -
HSV(B) 48.18º 0.96% 0.56% -
XYZ 17.31 18.02 2.71 -
YUV 110.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 142 115 5 0 0.19 0.96 0.44 48.18 0.93 0.29
Hex 8E 73 5 0 13 60 2C 30 5D 1D
Octal 216 163 5 0 23 140 54 60 135 35
Binary 10001110 1110011 101 0 10011 1100000 101100 110000 1011101 11101

Color Harmonies of #8E7305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7305

Black with #8E7305

Text Example


Text Example

White with #8E7305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,115,5); }

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

background-color css

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

 a { background-color: rgb(142,115,5); }

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

border-color css

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

 span { border-color: rgb(142,115,5); }

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