#7D7809

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

Shades of Olive #7D7809

Tints of Olive #7D7809

Color information

#7D7809 (or 0x7D7809) is unknown color: approx Olive. HEX triplet: 7D, 78 and 09. RGB value is (125,120,9). Sum of RGB (Red+Green+Blue) = 125+120+9=254 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.21% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7809 is #8287F6. Grayscale: #6D6D6D. Windows color (decimal): -8554487 or 620669. OLE color: 620669.

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

Color convert

RGB1251209-
CMYK00.040.930.51
HSL57.41º86.57%26.27%-
HSV(B)57.41º92.8%49.02%-
XYZ15.2217.812.89-
YUV108.8471.66139.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.21%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 9 (3.91% from 255) = 3.54%
R=49.21%
G=47.24%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125120900.040.930.5157.4186.5726.27
Hex7D789045D3339571a
Octal1751701104135637112732
Binary11111011111000100101001011101110011111001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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