#73917B

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

Shades of Oxley #73917B

Tints of Oxley #73917B

Color information

#73917B (or 0x73917B) is unknown color: approx Oxley. HEX triplet: 73, 91 and 7B. RGB value is (115,145,123). Sum of RGB (Red+Green+Blue) = 115+145+123=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #73917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73917B is #8C6E84. Grayscale: #858585. Windows color (decimal): -9203333 or 8098163. OLE color: 8098163.

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

Color convert

RGB115145123-
CMYK0.2100.150.43
HSL136º12%50.98%-
HSV(B)136º20.69%56.86%-
XYZ20.7725.3322.53-
YUV133.52122.06114.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.03%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=30.03%
G=37.86%
B=32.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151451230.2100.150.431361250.98
Hex73917B150F2B88c33
Octal16322117325017532101463
Binary11100111001000111110111010101111101011100010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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