#7C7511

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

Shades of Olive #7C7511

Tints of Olive #7C7511

Color information

#7C7511 (or 0x7C7511) is unknown color: approx Olive. HEX triplet: 7C, 75 and 11. RGB value is (124,117,17). Sum of RGB (Red+Green+Blue) = 124+117+17=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7511 is #838AEE. Grayscale: #6C6C6C. Windows color (decimal): -8620783 or 1144188. OLE color: 1144188.

HSL color Cylindrical-coordinate representation of color #7C7511: hue angle of 56.07º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C7511 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB12411717-
CMYK00.060.860.51
HSL56.07º75.89%27.65%-
HSV(B)56.07º86.29%48.63%-
XYZ14.7717.053.04-
YUV107.6976.82139.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.06%
GREEN value IS 117 (46.09% from 255) = 45.35%
BLUE value IS 17 (7.03% from 255) = 6.59%
R=48.06%
G=45.35%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241171700.060.860.5156.0775.8927.65
Hex7C7511065633384c1c
Octal1741652106126637011434
Binary111110011101011000101101010110110011111000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C7511; }

 p { color: rgb(124,117,17); }

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

<style>
 a { background-color: #7C7511; }

 a { background-color: rgb(124,117,17); }

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

<style>
 span { border-color: #7C7511; }

 span { border-color: rgb(124,117,17); }

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