#8A750A

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

Shades of Olive #8A750A

Tints of Olive #8A750A

Color information

#8A750A (or 0x8A750A) is unknown color: approx Olive. HEX triplet: 8A, 75 and 0A. RGB value is (138,117,10). Sum of RGB (Red+Green+Blue) = 138+117+10=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A750A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A750A is #758AF5. Grayscale: #6F6F6F. Windows color (decimal): -7703286 or 685450. OLE color: 685450.

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

Color convert

RGB13811710-
CMYK00.150.930.46
HSL50.16º86.49%29.02%-
HSV(B)50.16º92.75%54.12%-
XYZ16.918.152.9-
YUV111.0870.96147.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.08%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 10 (4.30% from 255) = 3.77%
R=52.08%
G=44.15%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381171000.150.930.4650.1686.4929.02
Hex8A75A0F5D2E32561d
Octal21216512017135566212635
Binary1000101011101011010011111011101101110110010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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