#7C7204

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

Shades of Olive #7C7204

Tints of Olive #7C7204

Color information

#7C7204 (or 0x7C7204) is unknown color: approx Olive. HEX triplet: 7C, 72 and 04. RGB value is (124,114,4). Sum of RGB (Red+Green+Blue) = 124+114+4=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7204 is #838DFB. Grayscale: #686868. Windows color (decimal): -8621564 or 291452. OLE color: 291452.

HSL color Cylindrical-coordinate representation of color #7C7204: hue angle of 55º 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 #7C7204 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB1241144-
CMYK00.080.970.51
HSL55º93.75%25.1%-
HSV(B)55º96.77%48.63%-
XYZ14.3516.332.51-
YUV104.4571.31141.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.24%
GREEN value IS 114 (44.92% from 255) = 47.11%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=51.24%
G=47.11%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124114400.080.970.515593.7525.1
Hex7C724086133375e19
Octal1741624010141636713631
Binary11111001110010100010001100001110011110111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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