#8B7602

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

Shades of Olive #8B7602

Tints of Olive #8B7602

Color information

#8B7602 (or 0x8B7602) is unknown color: approx Olive. HEX triplet: 8B, 76 and 02. RGB value is (139,118,2). Sum of RGB (Red+Green+Blue) = 139+118+2=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7602 is #7489FD. Grayscale: #6F6F6F. Windows color (decimal): -7637502 or 161419. OLE color: 161419.

HSL color Cylindrical-coordinate representation of color #8B7602: hue angle of 50.8º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B7602 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB1391182-
CMYK00.150.990.45
HSL50.8º97.16%27.65%-
HSV(B)50.8º98.56%54.51%-
XYZ17.1418.452.72-
YUV111.0666.46147.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.67%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=53.67%
G=45.56%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139118200.150.990.4550.897.1627.65
Hex8B7620F632D33611c
Octal2131662017143556314134
Binary10001011111011010011111100011101101110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,118,2); }

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

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

 a { background-color: rgb(139,118,2); }

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

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

 span { border-color: rgb(139,118,2); }

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