#7C730E

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

Shades of Olive #7C730E

Tints of Olive #7C730E

Color information

#7C730E (or 0x7C730E) is unknown color: approx Olive. HEX triplet: 7C, 73 and 0E. RGB value is (124,115,14). Sum of RGB (Red+Green+Blue) = 124+115+14=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C730E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C730E is #838CF1. Grayscale: #6A6A6A. Windows color (decimal): -8621298 or 947068. OLE color: 947068.

HSL color Cylindrical-coordinate representation of color #7C730E: hue angle of 55.09º 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 #7C730E is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB12411514-
CMYK00.070.890.51
HSL55.09º79.71%27.06%-
HSV(B)55.09º88.71%48.63%-
XYZ14.5216.582.85-
YUV106.1875.98140.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.01%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 14 (5.86% from 255) = 5.53%
R=49.01%
G=45.45%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241151400.070.890.5155.0979.7127.06
Hex7C73E07593337501b
Octal1741631607131636712033
Binary11111001110011111001111011001110011110111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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