#7C700E

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

Shades of Olive #7C700E

Tints of Olive #7C700E

Color information

#7C700E (or 0x7C700E) is unknown color: approx Olive. HEX triplet: 7C, 70 and 0E. RGB value is (124,112,14). Sum of RGB (Red+Green+Blue) = 124+112+14=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C700E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C700E is #838FF1. Grayscale: #686868. Windows color (decimal): -8622066 or 946300. OLE color: 946300.

HSL color Cylindrical-coordinate representation of color #7C700E: hue angle of 53.45º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C700E is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB12411214-
CMYK00.100.890.51
HSL53.45º79.71%27.06%-
HSV(B)53.45º88.71%48.63%-
XYZ14.1915.912.74-
YUV104.4276.98141.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.6%
GREEN value IS 112 (44.14% from 255) = 44.8%
BLUE value IS 14 (5.86% from 255) = 5.6%
R=49.6%
G=44.8%
B=5.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241121400.100.890.5153.4579.7127.06
Hex7C70E0A593335501b
Octal17416016012131636512033
Binary111110011100001110010101011001110011110101101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C700E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,112,14); }

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

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

 a { background-color: rgb(124,112,14); }

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

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

 span { border-color: rgb(124,112,14); }

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