#73997E

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

Shades of Oxley #73997E

Tints of Oxley #73997E

Color information

#73997E (or 0x73997E) is unknown color: approx Oxley. HEX triplet: 73, 99 and 7E. RGB value is (115,153,126). Sum of RGB (Red+Green+Blue) = 115+153+126=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #73997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73997E is #8C6681. Grayscale: #8A8A8A. Windows color (decimal): -9201282 or 8296819. OLE color: 8296819.

HSL color Cylindrical-coordinate representation of color #73997E: hue angle of 137.37º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73997E is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB115153126-
CMYK0.2500.180.4
HSL137.37º15.7%52.55%-
HSV(B)137.37º24.84%60%-
XYZ22.2327.9323.96-
YUV138.56120.91111.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 153 (60.16% from 255) = 38.83%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=29.19%
G=38.83%
B=31.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151531260.2500.180.4137.3715.752.55
Hex73997E1901228891035
Octal16323117631022502112065
Binary1110011100110011111110110010100101010001000100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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