#8A7B0C

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

Shades of Olive #8A7B0C

Tints of Olive #8A7B0C

Color information

#8A7B0C (or 0x8A7B0C) is unknown color: approx Olive. HEX triplet: 8A, 7B and 0C. RGB value is (138,123,12). Sum of RGB (Red+Green+Blue) = 138+123+12=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7B0C is #7584F3. Grayscale: #737373. Windows color (decimal): -7701748 or 818058. OLE color: 818058.

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

Color convert

RGB13812312-
CMYK00.110.910.46
HSL52.86º84%29.41%-
HSV(B)52.86º91.3%54.12%-
XYZ17.6319.63.2-
YUV114.8369.97144.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.55%
GREEN value IS 123 (48.44% from 255) = 45.05%
BLUE value IS 12 (5.08% from 255) = 4.40%
R=50.55%
G=45.05%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381231200.110.910.4652.868429.41
Hex8A7BC0B5B2E35541d
Octal21217314013133566512435
Binary1000101011110111100010111011011101110110101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,123,12); }

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

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

 a { background-color: rgb(138,123,12); }

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

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

 span { border-color: rgb(138,123,12); }

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