#737C0E

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

Shades of Olive #737C0E

Tints of Olive #737C0E

Color information

#737C0E (or 0x737C0E) is unknown color: approx Olive. HEX triplet: 73, 7C and 0E. RGB value is (115,124,14). Sum of RGB (Red+Green+Blue) = 115+124+14=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #737C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737C0E is #8C83F1. Grayscale: #6D6D6D. Windows color (decimal): -9208818 or 949363. OLE color: 949363.

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

Color convert

RGB11512414-
CMYK0.0700.890.51
HSL64.91º79.71%27.06%-
HSV(B)64.91º88.71%48.63%-
XYZ14.3618.093.15-
YUV108.7774.52132.44-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115124140.0700.890.5164.9179.7127.06
Hex737CE70593341501b
Octal16317416701316310112033
Binary111001111111001110111010110011100111000001101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737C0E; }

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

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

<style>
 a { background-color: #737C0E; }

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

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

<style>
 span { border-color: #737C0E; }

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

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