#7C6D06

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

Shades of Olive #7C6D06

Tints of Olive #7C6D06

Color information

#7C6D06 (or 0x7C6D06) is unknown color: approx Olive. HEX triplet: 7C, 6D and 06. RGB value is (124,109,6). Sum of RGB (Red+Green+Blue) = 124+109+6=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6D06 is #8392F9. Grayscale: #666666. Windows color (decimal): -8622842 or 421244. OLE color: 421244.

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

Color convert

RGB1241096-
CMYK00.120.950.51
HSL52.37º90.77%25.49%-
HSV(B)52.37º95.16%48.63%-
XYZ13.8115.242.38-
YUV101.7473.97143.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.88%
GREEN value IS 109 (42.97% from 255) = 45.61%
BLUE value IS 6 (2.73% from 255) = 2.51%
R=51.88%
G=45.61%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124109600.120.950.5152.3790.7725.49
Hex7C6D60C5F33345b19
Octal1741556014137636413331
Binary11111001101101110011001011111110011110100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,109,6); }

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

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

 a { background-color: rgb(124,109,6); }

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

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

 span { border-color: rgb(124,109,6); }

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