#8B9500

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

Shades of Olive #8B9500

Tints of Olive #8B9500

Color information

#8B9500 (or 0x8B9500) is unknown color: approx Olive. HEX triplet: 8B, 95 and 00. RGB value is (139,149,0). Sum of RGB (Red+Green+Blue) = 139+149+0=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9500 is #746AFF. Grayscale: #818181. Windows color (decimal): -7629568 or 38283. OLE color: 38283.

HSL color Cylindrical-coordinate representation of color #8B9500: hue angle of 64.03º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B9500 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB1391490-
CMYK0.07010.42
HSL64.03º100%29.22%-
HSV(B)64.03º100%58.43%-
XYZ21.3926.984.08-
YUV129.0255.19135.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.26%
GREEN value IS 149 (58.59% from 255) = 51.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.26%
G=51.74%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13914900.07010.4264.0310029.22
Hex8B95070642A40641d
Octal2132250701445210014435
Binary10001011100101010111011001001010101000000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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