#8A720A

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

Shades of Olive #8A720A

Tints of Olive #8A720A

Color information

#8A720A (or 0x8A720A) is unknown color: approx Olive. HEX triplet: 8A, 72 and 0A. RGB value is (138,114,10). Sum of RGB (Red+Green+Blue) = 138+114+10=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A720A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A720A is #758DF5. Grayscale: #6D6D6D. Windows color (decimal): -7704054 or 684682. OLE color: 684682.

HSL color Cylindrical-coordinate representation of color #8A720A: hue angle of 48.75º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A720A is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB13811410-
CMYK00.170.930.46
HSL48.75º86.49%29.02%-
HSV(B)48.75º92.75%54.12%-
XYZ16.5517.462.78-
YUV109.3271.95148.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.67%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 10 (4.30% from 255) = 3.82%
R=52.67%
G=43.51%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381141000.170.930.4648.7586.4929.02
Hex8A72A0115D2E31561d
Octal21216212021135566112635
Binary10001010111001010100100011011101101110110001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,114,10); }

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

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

 a { background-color: rgb(138,114,10); }

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

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

 span { border-color: rgb(138,114,10); }

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