#8C7F0C

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

Shades of Olive #8C7F0C

Tints of Olive #8C7F0C

Color information

#8C7F0C (or 0x8C7F0C) is unknown color: approx Olive. HEX triplet: 8C, 7F and 0C. RGB value is (140,127,12). Sum of RGB (Red+Green+Blue) = 140+127+12=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7F0C is #7380F3. Grayscale: #767676. Windows color (decimal): -7569652 or 819084. OLE color: 819084.

HSL color Cylindrical-coordinate representation of color #8C7F0C: hue angle of 53.91º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C7F0C is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB14012712-
CMYK00.090.910.45
HSL53.91º84.21%29.8%-
HSV(B)53.91º91.43%54.9%-
XYZ18.4720.783.39-
YUV117.7868.31143.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.18%
GREEN value IS 127 (50% from 255) = 45.52%
BLUE value IS 12 (5.08% from 255) = 4.30%
R=50.18%
G=45.52%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401271200.090.910.4553.9184.2129.8
Hex8C7FC095B2D36541e
Octal21417714011133556612436
Binary1000110011111111100010011011011101101110110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,127,12); }

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

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

 a { background-color: rgb(140,127,12); }

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

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

 span { border-color: rgb(140,127,12); }

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