#8A8702

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

Shades of Olive #8A8702

Tints of Olive #8A8702

Color information

#8A8702 (or 0x8A8702) is unknown color: approx Olive. HEX triplet: 8A, 87 and 02. RGB value is (138,135,2). Sum of RGB (Red+Green+Blue) = 138+135+2=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8702 is #7578FD. Grayscale: #797979. Windows color (decimal): -7698686 or 165770. OLE color: 165770.

HSL color Cylindrical-coordinate representation of color #8A8702: hue angle of 58.68º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A8702 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB1381352-
CMYK00.020.990.46
HSL58.68º97.14%27.45%-
HSV(B)58.68º98.55%54.12%-
XYZ19.1622.743.44-
YUV120.7360.99140.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.18%
GREEN value IS 135 (53.12% from 255) = 49.09%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=50.18%
G=49.09%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138135200.020.990.4658.6897.1427.45
Hex8A87202632E3b611b
Octal212207202143567314133
Binary1000101010000111100101100011101110111011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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