#9B8702

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

Shades of Olive #9B8702

Tints of Olive #9B8702

Color information

#9B8702 (or 0x9B8702) is unknown color: approx Olive. HEX triplet: 9B, 87 and 02. RGB value is (155,135,2). Sum of RGB (Red+Green+Blue) = 155+135+2=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8702 is #6478FD. Grayscale: #7E7E7E. Windows color (decimal): -6584574 or 165787. OLE color: 165787.

HSL color Cylindrical-coordinate representation of color #9B8702: hue angle of 52.16º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B8702 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB1551352-
CMYK00.130.990.39
HSL52.16º97.45%30.78%-
HSV(B)52.16º98.71%60.78%-
XYZ22.1924.33.58-
YUV125.8258.13148.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.08%
GREEN value IS 135 (53.12% from 255) = 46.23%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=53.08%
G=46.23%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155135200.130.990.3952.1697.4530.78
Hex9B8720D632734611f
Octal2332072015143476414137
Binary100110111000011110011011100011100111110100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,135,2); }

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

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

 a { background-color: rgb(155,135,2); }

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

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

 span { border-color: rgb(155,135,2); }

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