#7E7504

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

Shades of Olive #7E7504

Tints of Olive #7E7504

Color information

#7E7504 (or 0x7E7504) is unknown color: approx Olive. HEX triplet: 7E, 75 and 04. RGB value is (126,117,4). Sum of RGB (Red+Green+Blue) = 126+117+4=247 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.01% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7504 is #818AFB. Grayscale: #6B6B6B. Windows color (decimal): -8489724 or 292222. OLE color: 292222.

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

Color convert

RGB1261174-
CMYK00.070.970.51
HSL55.57º93.85%25.49%-
HSV(B)55.57º96.83%49.41%-
XYZ14.9917.172.64-
YUV106.8169.98141.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.01%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 4 (1.95% from 255) = 1.62%
R=51.01%
G=47.37%
B=1.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126117400.070.970.5155.5793.8525.49
Hex7E754076133385e19
Octal176165407141637013631
Binary1111110111010110001111100001110011111000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,117,4); }

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

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

 a { background-color: rgb(126,117,4); }

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

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

 span { border-color: rgb(126,117,4); }

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