#739E84

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

Shades of Oxley #739E84

Tints of Oxley #739E84

Color information

#739E84 (or 0x739E84) is unknown color: approx Oxley. HEX triplet: 73, 9E and 84. RGB value is (115,158,132). Sum of RGB (Red+Green+Blue) = 115+158+132=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 158 - color contains mainly: green. Hex color #739E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739E84 is #8C617B. Grayscale: #8E8E8E. Windows color (decimal): -9199996 or 8691315. OLE color: 8691315.

HSL color Cylindrical-coordinate representation of color #739E84: hue angle of 143.72º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #739E84 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB115158132-
CMYK0.2700.160.38
HSL143.72º18.14%53.53%-
HSV(B)143.72º27.22%61.96%-
XYZ23.4629.7626.34-
YUV142.18122.25108.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.40%
GREEN value IS 158 (62.11% from 255) = 39.01%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=28.40%
G=39.01%
B=32.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151581320.2700.160.38143.7218.1453.53
Hex739E841B01026901236
Octal16323620433020462202266
Binary11100111001111010000100110110100001001101001000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739E84; }

 p { color: rgb(115,158,132); }

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

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

 a { background-color: rgb(115,158,132); }

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

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

 span { border-color: rgb(115,158,132); }

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