#7D7911

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

Shades of Olive #7D7911

Tints of Olive #7D7911

Color information

#7D7911 (or 0x7D7911) is unknown color: approx Olive. HEX triplet: 7D, 79 and 11. RGB value is (125,121,17). Sum of RGB (Red+Green+Blue) = 125+121+17=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7911 is #8286EE. Grayscale: #6E6E6E. Windows color (decimal): -8554223 or 1145213. OLE color: 1145213.

HSL color Cylindrical-coordinate representation of color #7D7911: hue angle of 57.78º 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 #7D7911 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB12512117-
CMYK00.030.860.51
HSL57.78º76.06%27.84%-
HSV(B)57.78º86.4%49.02%-
XYZ15.418.083.21-
YUV110.3475.33138.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.53%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 17 (7.03% from 255) = 6.46%
R=47.53%
G=46.01%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251211700.030.860.5157.7876.0627.84
Hex7D79110356333a4c1c
Octal1751712103126637211434
Binary11111011111001100010111010110110011111010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,121,17); }

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

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

 a { background-color: rgb(125,121,17); }

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

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

 span { border-color: rgb(125,121,17); }

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