#7C7404

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

Shades of Olive #7C7404

Tints of Olive #7C7404

Color information

#7C7404 (or 0x7C7404) is unknown color: approx Olive. HEX triplet: 7C, 74 and 04. RGB value is (124,116,4). Sum of RGB (Red+Green+Blue) = 124+116+4=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7404 is #838BFB. Grayscale: #6A6A6A. Windows color (decimal): -8621052 or 291964. OLE color: 291964.

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

Color convert

RGB1241164-
CMYK00.060.970.51
HSL56º93.75%25.1%-
HSV(B)56º96.77%48.63%-
XYZ14.5816.782.59-
YUV105.6270.65141.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.82%
GREEN value IS 116 (45.70% from 255) = 47.54%
BLUE value IS 4 (1.95% from 255) = 1.64%
R=50.82%
G=47.54%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124116400.060.970.515693.7525.1
Hex7C744066133385e19
Octal174164406141637013631
Binary1111100111010010001101100001110011111000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,116,4); }

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

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

 a { background-color: rgb(124,116,4); }

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

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

 span { border-color: rgb(124,116,4); }

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