#7C6805

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

Shades of Olive #7C6805

Tints of Olive #7C6805

Color information

#7C6805 (or 0x7C6805) is unknown color: approx Olive. HEX triplet: 7C, 68 and 05. RGB value is (124,104,5). Sum of RGB (Red+Green+Blue) = 124+104+5=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6805 is #8397FA. Grayscale: #636363. Windows color (decimal): -8624123 or 354428. OLE color: 354428.

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

Color convert

RGB1241045-
CMYK00.160.960.51
HSL49.92º92.25%25.29%-
HSV(B)49.92º95.97%48.63%-
XYZ13.2914.22.18-
YUV98.6975.13146.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.22%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 5 (2.34% from 255) = 2.15%
R=53.22%
G=44.64%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124104500.160.960.5149.9292.2525.29
Hex7C6850106033325c19
Octal1741505020140636213431
Binary111110011010001010100001100000110011110010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,104,5); }

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

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

 a { background-color: rgb(124,104,5); }

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

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

 span { border-color: rgb(124,104,5); }

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