#7D9507

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

Shades of Olive #7D9507

Tints of Olive #7D9507

Color information

#7D9507 (or 0x7D9507) is unknown color: approx Olive. HEX triplet: 7D, 95 and 07. RGB value is (125,149,7). Sum of RGB (Red+Green+Blue) = 125+149+7=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9507 is #826AF8. Grayscale: #7E7E7E. Windows color (decimal): -8547065 or 497021. OLE color: 497021.

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

Color convert

RGB1251497-
CMYK0.1600.950.42
HSL70.14º91.03%30.59%-
HSV(B)70.14º95.3%58.43%-
XYZ19.2425.874.18-
YUV125.6461.05127.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.48%
GREEN value IS 149 (58.59% from 255) = 53.02%
BLUE value IS 7 (3.12% from 255) = 2.49%
R=44.48%
G=53.02%
B=2.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12514970.1600.950.4270.1491.0330.59
Hex7D9571005F2A465b1f
Octal17522572001375210613337
Binary11111011001010111110000010111111010101000110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,149,7); }

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

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

 a { background-color: rgb(125,149,7); }

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

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

 span { border-color: rgb(125,149,7); }

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