#7D9503

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

Shades of Olive #7D9503

Tints of Olive #7D9503

Color information

#7D9503 (or 0x7D9503) is unknown color: approx Olive. HEX triplet: 7D, 95 and 03. RGB value is (125,149,3). Sum of RGB (Red+Green+Blue) = 125+149+3=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9503 is #826AFC. Grayscale: #7D7D7D. Windows color (decimal): -8547069 or 234877. OLE color: 234877.

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

Color convert

RGB1251493-
CMYK0.1600.980.42
HSL69.86º96.05%29.8%-
HSV(B)69.86º97.99%58.43%-
XYZ19.2225.864.06-
YUV125.1859.05127.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.13%
GREEN value IS 149 (58.59% from 255) = 53.79%
BLUE value IS 3 (1.56% from 255) = 1.08%
R=45.13%
G=53.79%
B=1.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12514930.1600.980.4269.8696.0529.8
Hex7D953100622A46601e
Octal17522532001425210614036
Binary1111101100101011110000011000101010101000110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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