#739381

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

Shades of Oxley #739381

Tints of Oxley #739381

Color information

#739381 (or 0x739381) is unknown color: approx Oxley. HEX triplet: 73, 93 and 81. RGB value is (115,147,129). Sum of RGB (Red+Green+Blue) = 115+147+129=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #739381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739381 is #8C6C7E. Grayscale: #878787. Windows color (decimal): -9202815 or 8491891. OLE color: 8491891.

HSL color Cylindrical-coordinate representation of color #739381: hue angle of 146.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #739381 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB115147129-
CMYK0.2200.120.42
HSL146.25º12.9%51.37%-
HSV(B)146.25º21.77%57.65%-
XYZ21.4726.124.67-
YUV135.38124.4113.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=29.41%
G=37.60%
B=32.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151471290.2200.120.42146.2512.951.37
Hex739381160C2A92d33
Octal16322320126014522221563
Binary111001110010011100000011011001100101010100100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739381; }

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

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

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

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

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

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

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

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