#73917E

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

Shades of Oxley #73917E

Tints of Oxley #73917E

Color information

#73917E (or 0x73917E) is unknown color: approx Oxley. HEX triplet: 73, 91 and 7E. RGB value is (115,145,126). Sum of RGB (Red+Green+Blue) = 115+145+126=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 145 - color contains mainly: green. Hex color #73917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73917E is #8C6E81. Grayscale: #858585. Windows color (decimal): -9203330 or 8294771. OLE color: 8294771.

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

Color convert

RGB115145126-
CMYK0.2100.130.43
HSL142º12%50.98%-
HSV(B)142º20.69%56.86%-
XYZ20.9625.423.54-
YUV133.86123.56114.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.79%
GREEN value IS 145 (57.03% from 255) = 37.56%
BLUE value IS 126 (49.61% from 255) = 32.64%
R=29.79%
G=37.56%
B=32.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151451260.2100.130.431421250.98
Hex73917E150D2B8ec33
Octal16322117625015532161463
Binary11100111001000111111101010101101101011100011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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