#7D740F

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

Shades of Olive #7D740F

Tints of Olive #7D740F

Color information

#7D740F (or 0x7D740F) is unknown color: approx Olive. HEX triplet: 7D, 74 and 0F. RGB value is (125,116,15). Sum of RGB (Red+Green+Blue) = 125+116+15=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D740F is #828BF0. Grayscale: #6B6B6B. Windows color (decimal): -8555505 or 1012861. OLE color: 1012861.

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

Color convert

RGB12511615-
CMYK00.070.880.51
HSL55.09º78.57%27.45%-
HSV(B)55.09º88%49.02%-
XYZ14.7916.892.93-
YUV107.1875.98140.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.83%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 15 (6.25% from 255) = 5.86%
R=48.83%
G=45.31%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251161500.070.880.5155.0978.5727.45
Hex7D74F075833374f1b
Octal1751641707130636711733
Binary11111011110100111101111011000110011110111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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