#7E7B12

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

Shades of Olive #7E7B12

Tints of Olive #7E7B12

Color information

#7E7B12 (or 0x7E7B12) is unknown color: approx Olive. HEX triplet: 7E, 7B and 12. RGB value is (126,123,18). Sum of RGB (Red+Green+Blue) = 126+123+18=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7B12 is #8184ED. Grayscale: #707070. Windows color (decimal): -8488174 or 1211262. OLE color: 1211262.

HSL color Cylindrical-coordinate representation of color #7E7B12: hue angle of 58.33º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E7B12 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB12612318-
CMYK00.020.860.51
HSL58.33º75%28.24%-
HSV(B)58.33º85.71%49.41%-
XYZ15.818.653.34-
YUV111.9374.99138.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.19%
GREEN value IS 123 (48.44% from 255) = 46.07%
BLUE value IS 18 (7.42% from 255) = 6.74%
R=47.19%
G=46.07%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261231800.020.860.5158.337528.24
Hex7E7B120256333a4b1c
Octal1761732202126637211334
Binary11111101111011100100101010110110011111010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,123,18); }

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

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

 a { background-color: rgb(126,123,18); }

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

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

 span { border-color: rgb(126,123,18); }

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