#7E7600

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

Shades of Olive #7E7600

Tints of Olive #7E7600

Color information

#7E7600 (or 0x7E7600) is unknown color: approx Olive. HEX triplet: 7E, 76 and 00. RGB value is (126,118,0). Sum of RGB (Red+Green+Blue) = 126+118+0=244 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.64% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7600 is #8189FF. Grayscale: #6B6B6B. Windows color (decimal): -8489472 or 30334. OLE color: 30334.

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

Color convert

RGB1261180-
CMYK00.0610.51
HSL56.19º100%24.71%-
HSV(B)56.19º100%49.41%-
XYZ15.0817.392.56-
YUV106.9467.65141.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.64%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.64%
G=48.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126118000.0610.5156.1910024.71
Hex7E760066433386419
Octal176166006144637014431
Binary11111101110110001101100100110011111000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,118,0); }

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

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

 a { background-color: rgb(126,118,0); }

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

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

 span { border-color: rgb(126,118,0); }

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