#7E700C

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

Shades of Olive #7E700C

Tints of Olive #7E700C

Color information

#7E700C (or 0x7E700C) is unknown color: approx Olive. HEX triplet: 7E, 70 and 0C. RGB value is (126,112,12). Sum of RGB (Red+Green+Blue) = 126+112+12=250 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.4% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 126 - color contains mainly: red. Hex color #7E700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E700C is #818FF3. Grayscale: #696969. Windows color (decimal): -8490996 or 815230. OLE color: 815230.

HSL color Cylindrical-coordinate representation of color #7E700C: hue angle of 52.63º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E700C is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB12611212-
CMYK00.110.900.51
HSL52.63º82.61%27.06%-
HSV(B)52.63º90.48%49.41%-
XYZ14.4616.052.68-
YUV104.7975.64143.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50.4%
GREEN value IS 112 (44.14% from 255) = 44.8%
BLUE value IS 12 (5.08% from 255) = 4.8%
R=50.4%
G=44.8%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261121200.110.900.5152.6382.6127.06
Hex7E70C0B5A3335531b
Octal17616014013132636512333
Binary111111011100001100010111011010110011110101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,112,12); }

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

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

 a { background-color: rgb(126,112,12); }

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

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

 span { border-color: rgb(126,112,12); }

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