#73917C

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

Shades of Oxley #73917C

Tints of Oxley #73917C

Color information

#73917C (or 0x73917C) is unknown color: approx Oxley. HEX triplet: 73, 91 and 7C. RGB value is (115,145,124). Sum of RGB (Red+Green+Blue) = 115+145+124=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 145 - color contains mainly: green. Hex color #73917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73917C is #8C6E83. Grayscale: #858585. Windows color (decimal): -9203332 or 8163699. OLE color: 8163699.

HSL color Cylindrical-coordinate representation of color #73917C: hue angle of 138º 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 #73917C is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB115145124-
CMYK0.2100.140.43
HSL138º12%50.98%-
HSV(B)138º20.69%56.86%-
XYZ20.8325.3522.86-
YUV133.64122.56114.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 124 (48.83% from 255) = 32.29%
R=29.95%
G=37.76%
B=32.29%

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
Decimal1151451240.2100.140.431381250.98
Hex73917C150E2B8ac33
Octal16322117425016532121463
Binary11100111001000111111001010101110101011100010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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