#73917D

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

Shades of Oxley #73917D

Tints of Oxley #73917D

Color information

#73917D (or 0x73917D) is unknown color: approx Oxley. HEX triplet: 73, 91 and 7D. RGB value is (115,145,125). Sum of RGB (Red+Green+Blue) = 115+145+125=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #73917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73917D is #8C6E82. Grayscale: #858585. Windows color (decimal): -9203331 or 8229235. OLE color: 8229235.

HSL color Cylindrical-coordinate representation of color #73917D: hue angle of 140º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73917D is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB115145125-
CMYK0.2100.140.43
HSL140º12%50.98%-
HSV(B)140º20.69%56.86%-
XYZ20.925.3823.2-
YUV133.75123.06114.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.87%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 125 (49.22% from 255) = 32.47%
R=29.87%
G=37.66%
B=32.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151451250.2100.140.431401250.98
Hex73917D150E2B8cc33
Octal16322117525016532141463
Binary11100111001000111111011010101110101011100011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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