#8D7608

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

Shades of Olive #8D7608

Tints of Olive #8D7608

Color information

#8D7608 (or 0x8D7608) is unknown color: approx Olive. HEX triplet: 8D, 76 and 08. RGB value is (141,118,8). Sum of RGB (Red+Green+Blue) = 141+118+8=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7608 is #7289F7. Grayscale: #707070. Windows color (decimal): -7506424 or 554637. OLE color: 554637.

HSL color Cylindrical-coordinate representation of color #8D7608: hue angle of 49.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D7608 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1411188-
CMYK00.160.940.45
HSL49.62º89.26%29.22%-
HSV(B)49.62º94.33%55.29%-
XYZ17.5118.642.9-
YUV112.3469.12148.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 8 (3.52% from 255) = 3.00%
R=52.81%
G=44.19%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141118800.160.940.4549.6289.2629.22
Hex8D7680105E2D32591d
Octal21516610020136556213135
Binary10001101111011010000100001011110101101110010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,118,8); }

 H1.HeaderClassName
 {
   color: #8D7608;
 }
 .AnyTagClassName
 {
   color: #8D7608;
 }
</style>
background-color css

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

 a { background-color: rgb(141,118,8); }

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

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

 span { border-color: rgb(141,118,8); }

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