#7C730A

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

Shades of Olive #7C730A

Tints of Olive #7C730A

Color information

#7C730A (or 0x7C730A) is unknown color: approx Olive. HEX triplet: 7C, 73 and 0A. RGB value is (124,115,10). Sum of RGB (Red+Green+Blue) = 124+115+10=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C730A is #838CF5. Grayscale: #6A6A6A. Windows color (decimal): -8621302 or 684924. OLE color: 684924.

HSL color Cylindrical-coordinate representation of color #7C730A: hue angle of 55.26º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C730A is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB12411510-
CMYK00.070.920.51
HSL55.26º85.07%26.27%-
HSV(B)55.26º91.94%48.63%-
XYZ14.516.572.72-
YUV105.7273.98141.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.80%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=49.80%
G=46.18%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241151000.070.920.5155.2685.0726.27
Hex7C73A075C3337551a
Octal1741631207134636712532
Binary11111001110011101001111011100110011110111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C730A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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