#7E8508

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

Shades of Olive #7E8508

Tints of Olive #7E8508

Color information

#7E8508 (or 0x7E8508) is unknown color: approx Olive. HEX triplet: 7E, 85 and 08. RGB value is (126,133,8). Sum of RGB (Red+Green+Blue) = 126+133+8=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8508 is #817AF7. Grayscale: #757575. Windows color (decimal): -8485624 or 558462. OLE color: 558462.

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

Color convert

RGB1261338-
CMYK0.0500.940.48
HSL63.36º88.65%27.65%-
HSV(B)63.36º93.98%52.16%-
XYZ17.0421.233.43-
YUV116.6666.68134.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.19%
GREEN value IS 133 (52.34% from 255) = 49.81%
BLUE value IS 8 (3.52% from 255) = 3.00%
R=47.19%
G=49.81%
B=3.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12613380.0500.940.4863.3688.6527.65
Hex7E858505E303f591c
Octal1762051050136607713134
Binary111111010000101100010101011110110000111111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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