#8B7F00

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

Shades of Olive #8B7F00

Tints of Olive #8B7F00

Color information

#8B7F00 (or 0x8B7F00) is unknown color: approx Olive. HEX triplet: 8B, 7F and 00. RGB value is (139,127,0). Sum of RGB (Red+Green+Blue) = 139+127+0=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7F00 is #7480FF. Grayscale: #747474. Windows color (decimal): -7635200 or 32651. OLE color: 32651.

HSL color Cylindrical-coordinate representation of color #8B7F00: hue angle of 54.82º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B7F00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB1391270-
CMYK00.0910.45
HSL54.82º100%27.25%-
HSV(B)54.82º100%54.51%-
XYZ18.2420.673.03-
YUV116.1162.48144.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 127 (50% from 255) = 47.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.26%
G=47.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139127000.0910.4554.8210027.25
Hex8B7F009642D37641b
Octal2131770011144556714433
Binary1000101111111110010011100100101101110111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,127,0); }

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

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

 a { background-color: rgb(139,127,0); }

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

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

 span { border-color: rgb(139,127,0); }

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