#7D7109

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

Shades of Olive #7D7109

Tints of Olive #7D7109

Color information

#7D7109 (or 0x7D7109) is unknown color: approx Olive. HEX triplet: 7D, 71 and 09. RGB value is (125,113,9). Sum of RGB (Red+Green+Blue) = 125+113+9=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7109 is #828EF6. Grayscale: #696969. Windows color (decimal): -8556279 or 618877. OLE color: 618877.

HSL color Cylindrical-coordinate representation of color #7D7109: hue angle of 53.79º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D7109 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB1251139-
CMYK00.100.930.51
HSL53.79º86.57%26.27%-
HSV(B)53.79º92.8%49.02%-
XYZ14.4116.192.62-
YUV104.7373.98142.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.61%
GREEN value IS 113 (44.53% from 255) = 45.75%
BLUE value IS 9 (3.91% from 255) = 3.64%
R=50.61%
G=45.75%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125113900.100.930.5153.7986.5726.27
Hex7D7190A5D3336571a
Octal17516111012135636612732
Binary111110111100011001010101011101110011110110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,113,9); }

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

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

 a { background-color: rgb(125,113,9); }

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

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

 span { border-color: rgb(125,113,9); }

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