#7D9206

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

Shades of Olive #7D9206

Tints of Olive #7D9206

Color information

#7D9206 (or 0x7D9206) is unknown color: approx Olive. HEX triplet: 7D, 92 and 06. RGB value is (125,146,6). Sum of RGB (Red+Green+Blue) = 125+146+6=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #7D9206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9206 is #826DF9. Grayscale: #7C7C7C. Windows color (decimal): -8547834 or 430717. OLE color: 430717.

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

Color convert

RGB1251466-
CMYK0.1400.960.43
HSL69º92.11%29.8%-
HSV(B)69º95.89%57.25%-
XYZ18.7724.934-
YUV123.7661.54128.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.13%
GREEN value IS 146 (57.42% from 255) = 52.71%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=45.13%
G=52.71%
B=2.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12514660.1400.960.436992.1129.8
Hex7D926E0602B455c1e
Octal17522261601405310513436
Binary1111101100100101101110011000001010111000101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,146,6); }

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

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

 a { background-color: rgb(125,146,6); }

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

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

 span { border-color: rgb(125,146,6); }

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