#7D7811

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

Shades of Olive #7D7811

Tints of Olive #7D7811

Color information

#7D7811 (or 0x7D7811) is unknown color: approx Olive. HEX triplet: 7D, 78 and 11. RGB value is (125,120,17). Sum of RGB (Red+Green+Blue) = 125+120+17=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7811 is #8287EE. Grayscale: #6E6E6E. Windows color (decimal): -8554479 or 1144957. OLE color: 1144957.

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

Color convert

RGB12512017-
CMYK00.040.860.51
HSL57.22º76.06%27.84%-
HSV(B)57.22º86.4%49.02%-
XYZ15.2817.833.17-
YUV109.7575.66138.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.71%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 17 (7.03% from 255) = 6.49%
R=47.71%
G=45.80%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251201700.040.860.5157.2276.0627.84
Hex7D7811045633394c1c
Octal1751702104126637111434
Binary111110111110001000101001010110110011111001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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