#9B7E00

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

Shades of Olive #9B7E00

Tints of Olive #9B7E00

Color information

#9B7E00 (or 0x9B7E00) is unknown color: approx Olive. HEX triplet: 9B, 7E and 00. RGB value is (155,126,0). Sum of RGB (Red+Green+Blue) = 155+126+0=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7E00 is #6481FF. Grayscale: #787878. Windows color (decimal): -6586880 or 32411. OLE color: 32411.

HSL color Cylindrical-coordinate representation of color #9B7E00: hue angle of 48.77º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B7E00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB1551260-
CMYK00.1910.39
HSL48.77º100%30.39%-
HSV(B)48.77º100%60.78%-
XYZ20.9821.893.12-
YUV120.3160.11152.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.16%
GREEN value IS 126 (49.61% from 255) = 44.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.16%
G=44.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155126000.1910.3948.7710030.39
Hex9B7E0013642731641e
Octal2331760023144476114436
Binary10011011111111000100111100100100111110001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B7E00; }

 p { color: rgb(155,126,0); }

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

<style>
 a { background-color: #9B7E00; }

 a { background-color: rgb(155,126,0); }

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

<style>
 span { border-color: #9B7E00; }

 span { border-color: rgb(155,126,0); }

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