#8E7305

Color #8E7305 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #8E7305

Tints of Olive #8E7305

Color information

#8E7305 (or 0x8E7305) is unknown color: approx 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

RGB1421155-
CMYK00.190.960.44
HSL48.18º93.2%28.82%-
HSV(B)48.18º96.48%55.69%-
XYZ17.3118.022.71-
YUV110.5368.45150.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.20%
GREEN value IS 115 (45.31% from 255) = 43.89%
BLUE value IS 5 (2.34% from 255) = 1.91%
R=54.20%
G=43.89%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142115500.190.960.4448.1893.228.82
Hex8E735013602C305d1d
Octal2161635023140546013535
Binary1000111011100111010100111100000101100110000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>