#73997B

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

Shades of Oxley #73997B

Tints of Oxley #73997B

Color information

#73997B (or 0x73997B) is unknown color: approx Oxley. HEX triplet: 73, 99 and 7B. RGB value is (115,153,123). Sum of RGB (Red+Green+Blue) = 115+153+123=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #73997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73997B is #8C6684. Grayscale: #8A8A8A. Windows color (decimal): -9201285 or 8100211. OLE color: 8100211.

HSL color Cylindrical-coordinate representation of color #73997B: hue angle of 132.63º 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 #73997B is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB115153123-
CMYK0.2500.200.4
HSL132.63º15.7%52.55%-
HSV(B)132.63º24.84%60%-
XYZ22.0427.8622.95-
YUV138.22119.41111.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=29.41%
G=39.13%
B=31.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151531230.2500.200.4132.6315.752.55
Hex73997B1901428851035
Octal16323117331024502052065
Binary1110011100110011111011110010101001010001000010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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