#7D9107

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

Shades of Olive #7D9107

Tints of Olive #7D9107

Color information

#7D9107 (or 0x7D9107) is unknown color: approx Olive. HEX triplet: 7D, 91 and 07. RGB value is (125,145,7). Sum of RGB (Red+Green+Blue) = 125+145+7=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9107 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9107 is #826EF8. Grayscale: #7B7B7B. Windows color (decimal): -8548089 or 495997. OLE color: 495997.

HSL color Cylindrical-coordinate representation of color #7D9107: hue angle of 68.7º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D9107 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB1251457-
CMYK0.1400.950.43
HSL68.7º90.79%29.8%-
HSV(B)68.7º95.17%56.86%-
XYZ18.6224.633.97-
YUV123.2962.37129.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.13%
GREEN value IS 145 (57.03% from 255) = 52.35%
BLUE value IS 7 (3.12% from 255) = 2.53%
R=45.13%
G=52.35%
B=2.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12514570.1400.950.4368.790.7929.8
Hex7D917E05F2B455b1e
Octal17522171601375310513336
Binary1111101100100011111110010111111010111000101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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