#7D9905

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

Shades of Olive #7D9905

Tints of Olive #7D9905

Color information

#7D9905 (or 0x7D9905) is unknown color: approx Olive. HEX triplet: 7D, 99 and 05. RGB value is (125,153,5). Sum of RGB (Red+Green+Blue) = 125+153+5=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #7D9905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9905 is #8266FA. Grayscale: #808080. Windows color (decimal): -8546043 or 366973. OLE color: 366973.

HSL color Cylindrical-coordinate representation of color #7D9905: hue angle of 71.35º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D9905 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB1251535-
CMYK0.1800.970.4
HSL71.35º93.67%30.98%-
HSV(B)71.35º96.73%60%-
XYZ19.8827.154.34-
YUV127.7658.72126.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.17%
GREEN value IS 153 (60.16% from 255) = 54.06%
BLUE value IS 5 (2.34% from 255) = 1.77%
R=44.17%
G=54.06%
B=1.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12515350.1800.970.471.3593.6730.98
Hex7D9951206128475e1f
Octal17523152201415010713637
Binary11111011001100110110010011000011010001000111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,153,5); }

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

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

 a { background-color: rgb(125,153,5); }

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

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

 span { border-color: rgb(125,153,5); }

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