#8A7402

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

Shades of Olive #8A7402

Tints of Olive #8A7402

Color information

#8A7402 (or 0x8A7402) is unknown color: approx Olive. HEX triplet: 8A, 74 and 02. RGB value is (138,116,2). Sum of RGB (Red+Green+Blue) = 138+116+2=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7402 is #758BFD. Grayscale: #6E6E6E. Windows color (decimal): -7703550 or 160906. OLE color: 160906.

HSL color Cylindrical-coordinate representation of color #8A7402: hue angle of 50.29º 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 #8A7402 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB1381162-
CMYK00.160.990.46
HSL50.29º97.14%27.45%-
HSV(B)50.29º98.55%54.12%-
XYZ16.7417.92.63-
YUV109.5867.29148.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.91%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=53.91%
G=45.31%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138116200.160.990.4650.2997.1427.45
Hex8A742010632E32611b
Octal2121642020143566214133
Binary100010101110100100100001100011101110110010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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