#7D9309

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

Shades of Olive #7D9309

Tints of Olive #7D9309

Color information

#7D9309 (or 0x7D9309) is unknown color: approx Olive. HEX triplet: 7D, 93 and 09. RGB value is (125,147,9). Sum of RGB (Red+Green+Blue) = 125+147+9=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9309 is #826CF6. Grayscale: #7D7D7D. Windows color (decimal): -8547575 or 627581. OLE color: 627581.

HSL color Cylindrical-coordinate representation of color #7D9309: hue angle of 69.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D9309 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB1251479-
CMYK0.1500.940.42
HSL69.57º88.46%30.59%-
HSV(B)69.57º93.88%57.65%-
XYZ18.9425.254.13-
YUV124.6962.71128.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.48%
GREEN value IS 147 (57.81% from 255) = 52.31%
BLUE value IS 9 (3.91% from 255) = 3.20%
R=44.48%
G=52.31%
B=3.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12514790.1500.940.4269.5788.4630.59
Hex7D939F05E2A46581f
Octal175223111701365210613037
Binary11111011001001110011111010111101010101000110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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