#7D6906

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

Shades of Olive #7D6906

Tints of Olive #7D6906

Color information

#7D6906 (or 0x7D6906) is unknown color: approx Olive. HEX triplet: 7D, 69 and 06. RGB value is (125,105,6). Sum of RGB (Red+Green+Blue) = 125+105+6=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6906 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6906 is #8296F9. Grayscale: #646464. Windows color (decimal): -8558330 or 420221. OLE color: 420221.

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

Color convert

RGB1251056-
CMYK00.160.950.51
HSL49.92º90.84%25.69%-
HSV(B)49.92º95.2%49.02%-
XYZ13.5414.482.25-
YUV99.6975.13146.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.97%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 6 (2.73% from 255) = 2.54%
R=52.97%
G=44.49%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125105600.160.950.5149.9290.8425.69
Hex7D6960105F33325b1a
Octal1751516020137636213332
Binary111110111010011100100001011111110011110010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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