#8B7007

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

Shades of Olive #8B7007

Tints of Olive #8B7007

Color information

#8B7007 (or 0x8B7007) is unknown color: approx Olive. HEX triplet: 8B, 70 and 07. RGB value is (139,112,7). Sum of RGB (Red+Green+Blue) = 139+112+7=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7007 is #748FF8. Grayscale: #6C6C6C. Windows color (decimal): -7639033 or 487563. OLE color: 487563.

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

Color convert

RGB1391127-
CMYK00.190.950.45
HSL47.73º90.41%28.63%-
HSV(B)47.73º94.96%54.51%-
XYZ16.4817.092.63-
YUV108.170.95150.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.88%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 7 (3.12% from 255) = 2.71%
R=53.88%
G=43.41%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139112700.190.950.4547.7390.4128.63
Hex8B7070135F2D305a1d
Octal2131607023137556013235
Binary1000101111100001110100111011111101101110000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,112,7); }

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

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

 a { background-color: rgb(139,112,7); }

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

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

 span { border-color: rgb(139,112,7); }

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