#7D750F

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

Shades of Olive #7D750F

Tints of Olive #7D750F

Color information

#7D750F (or 0x7D750F) is unknown color: approx Olive. HEX triplet: 7D, 75 and 0F. RGB value is (125,117,15). Sum of RGB (Red+Green+Blue) = 125+117+15=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D750F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D750F is #828AF0. Grayscale: #6C6C6C. Windows color (decimal): -8555249 or 1013117. OLE color: 1013117.

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

Color convert

RGB12511715-
CMYK00.060.880.51
HSL55.64º78.57%27.45%-
HSV(B)55.64º88%49.02%-
XYZ14.917.122.97-
YUV107.7675.65140.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.64%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 15 (6.25% from 255) = 5.84%
R=48.64%
G=45.53%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251171500.060.880.5155.6478.5727.45
Hex7D75F065833384f1b
Octal1751651706130637011733
Binary11111011110101111101101011000110011111000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D750F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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