#8F760C

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

Shades of Olive #8F760C

Tints of Olive #8F760C

Color information

#8F760C (or 0x8F760C) is unknown color: approx Olive. HEX triplet: 8F, 76 and 0C. RGB value is (143,118,12). Sum of RGB (Red+Green+Blue) = 143+118+12=273 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.38% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 143 - color contains mainly: red. Hex color #8F760C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F760C is #7089F3. Grayscale: #717171. Windows color (decimal): -7375348 or 816783. OLE color: 816783.

HSL color Cylindrical-coordinate representation of color #8F760C: hue angle of 48.55º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F760C is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB14311812-
CMYK00.170.920.44
HSL48.55º84.52%30.39%-
HSV(B)48.55º91.61%56.08%-
XYZ17.8718.823.04-
YUV113.3970.78149.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.38%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 12 (5.08% from 255) = 4.40%
R=52.38%
G=43.22%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431181200.170.920.4448.5584.5230.39
Hex8F76C0115C2C31551e
Octal21716614021134546112536
Binary10001111111011011000100011011100101100110001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,118,12); }

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

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

 a { background-color: rgb(143,118,12); }

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

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

 span { border-color: rgb(143,118,12); }

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