#8E7B06

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

Shades of Olive #8E7B06

Tints of Olive #8E7B06

Color information

#8E7B06 (or 0x8E7B06) is unknown color: approx Olive. HEX triplet: 8E, 7B and 06. RGB value is (142,123,6). Sum of RGB (Red+Green+Blue) = 142+123+6=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7B06 is #7184F9. Grayscale: #737373. Windows color (decimal): -7439610 or 424846. OLE color: 424846.

HSL color Cylindrical-coordinate representation of color #8E7B06: hue angle of 51.62º degrees, saturation: 0.92, 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 #8E7B06 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB1421236-
CMYK00.130.960.44
HSL51.62º91.89%29.02%-
HSV(B)51.62º95.77%55.69%-
XYZ18.2719.933.06-
YUV115.3466.29147.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.40%
GREEN value IS 123 (48.44% from 255) = 45.39%
BLUE value IS 6 (2.73% from 255) = 2.21%
R=52.40%
G=45.39%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142123600.130.960.4451.6291.8929.02
Hex8E7B60D602C345c1d
Octal2161736015140546413435
Binary100011101111011110011011100000101100110100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,123,6); }

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

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

 a { background-color: rgb(142,123,6); }

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

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

 span { border-color: rgb(142,123,6); }

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