#7D740E

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

Shades of Olive #7D740E

Tints of Olive #7D740E

Color information

#7D740E (or 0x7D740E) is unknown color: approx Olive. HEX triplet: 7D, 74 and 0E. RGB value is (125,116,14). Sum of RGB (Red+Green+Blue) = 125+116+14=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D740E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D740E is #828BF1. Grayscale: #6B6B6B. Windows color (decimal): -8555506 or 947325. OLE color: 947325.

HSL color Cylindrical-coordinate representation of color #7D740E: hue angle of 55.14º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D740E is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB12511614-
CMYK00.070.890.51
HSL55.14º79.86%27.25%-
HSV(B)55.14º88.8%49.02%-
XYZ14.7816.882.9-
YUV107.0675.48140.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.02%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 14 (5.86% from 255) = 5.49%
R=49.02%
G=45.49%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251161400.070.890.5155.1479.8627.25
Hex7D74E07593337501b
Octal1751641607131636712033
Binary11111011110100111001111011001110011110111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D740E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,116,14); }

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

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

 a { background-color: rgb(125,116,14); }

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

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

 span { border-color: rgb(125,116,14); }

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