#73937D

Color #73937D Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #73937D

Tints of Oxley #73937D

Color information

#73937D (or 0x73937D) is unknown color: approx Oxley. HEX triplet: 73, 93 and 7D. RGB value is (115,147,125). Sum of RGB (Red+Green+Blue) = 115+147+125=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #73937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73937D is #8C6C82. Grayscale: #868686. Windows color (decimal): -9202819 or 8229747. OLE color: 8229747.

HSL color Cylindrical-coordinate representation of color #73937D: hue angle of 138.75º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73937D is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB115147125-
CMYK0.2200.150.42
HSL138.75º12.9%51.37%-
HSV(B)138.75º21.77%57.65%-
XYZ21.2125.9923.3-
YUV134.92122.4113.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=29.72%
G=37.98%
B=32.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151471250.2200.150.42138.7512.951.37
Hex73937D160F2A8bd33
Octal16322317526017522131563
Binary11100111001001111111011011001111101010100010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73937D; }

 p { color: rgb(115,147,125); }

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

<style>
 a { background-color: #73937D; }

 a { background-color: rgb(115,147,125); }

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

<style>
 span { border-color: #73937D; }

 span { border-color: rgb(115,147,125); }

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