#7D6D00

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

Shades of Olive #7D6D00

Tints of Olive #7D6D00

Color information

#7D6D00 (or 0x7D6D00) is unknown color: approx Olive. HEX triplet: 7D, 6D and 00. RGB value is (125,109,0). Sum of RGB (Red+Green+Blue) = 125+109+0=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6D00 is #8292FF. Grayscale: #656565. Windows color (decimal): -8557312 or 28029. OLE color: 28029.

HSL color Cylindrical-coordinate representation of color #7D6D00: hue angle of 52.32º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D6D00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB1251090-
CMYK00.1310.51
HSL52.32º100%24.51%-
HSV(B)52.32º100%49.02%-
XYZ13.9315.32.22-
YUV101.3670.8144.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.42%
GREEN value IS 109 (42.97% from 255) = 46.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.42%
G=46.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125109000.1310.5152.3210024.51
Hex7D6D00D6433346419
Octal1751550015144636414431
Binary111110111011010011011100100110011110100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,109,0); }

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

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

 a { background-color: rgb(125,109,0); }

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

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

 span { border-color: rgb(125,109,0); }

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