#7E8507

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

Shades of Olive #7E8507

Tints of Olive #7E8507

Color information

#7E8507 (or 0x7E8507) is unknown color: approx Olive. HEX triplet: 7E, 85 and 07. RGB value is (126,133,7). Sum of RGB (Red+Green+Blue) = 126+133+7=266 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.37% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8507 is #817AF8. Grayscale: #757575. Windows color (decimal): -8485625 or 492926. OLE color: 492926.

HSL color Cylindrical-coordinate representation of color #7E8507: hue angle of 63.33º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E8507 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1261337-
CMYK0.0500.950.48
HSL63.33º90%27.45%-
HSV(B)63.33º94.74%52.16%-
XYZ17.0321.233.4-
YUV116.5466.18134.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.37%
GREEN value IS 133 (52.34% from 255) = 50%
BLUE value IS 7 (3.12% from 255) = 2.63%
R=47.37%
G=50%
B=2.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12613370.0500.950.4863.339027.45
Hex7E857505F303f5a1b
Octal176205750137607713233
Binary11111101000010111110101011111110000111111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,133,7); }

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

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

 a { background-color: rgb(126,133,7); }

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

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

 span { border-color: rgb(126,133,7); }

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