#739981

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

Shades of Oxley #739981

Tints of Oxley #739981

Color information

#739981 (or 0x739981) is unknown color: approx Oxley. HEX triplet: 73, 99 and 81. RGB value is (115,153,129). Sum of RGB (Red+Green+Blue) = 115+153+129=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #739981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739981 is #8C667E. Grayscale: #8A8A8A. Windows color (decimal): -9201279 or 8493427. OLE color: 8493427.

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

Color convert

RGB115153129-
CMYK0.2500.160.4
HSL142.11º15.7%52.55%-
HSV(B)142.11º24.84%60%-
XYZ22.4228.0124.99-
YUV138.9122.41110.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.97%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=28.97%
G=38.54%
B=32.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151531290.2500.160.4142.1115.752.55
Hex73998119010288e1035
Octal16323120131020502162065
Binary11100111001100110000001110010100001010001000111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739981; }

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

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

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

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

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

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

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

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