#739680

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

Shades of Oxley #739680

Tints of Oxley #739680

Color information

#739680 (or 0x739680) is unknown color: approx Oxley. HEX triplet: 73, 96 and 80. RGB value is (115,150,128). Sum of RGB (Red+Green+Blue) = 115+150+128=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #739680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739680 is #8C697F. Grayscale: #898989. Windows color (decimal): -9202048 or 8427123. OLE color: 8427123.

HSL color Cylindrical-coordinate representation of color #739680: hue angle of 142.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #739680 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB115150128-
CMYK0.2300.150.41
HSL142.29º14.29%51.96%-
HSV(B)142.29º23.33%58.82%-
XYZ21.8727.0224.48-
YUV137.03122.9112.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=29.26%
G=38.17%
B=32.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151501280.2300.150.41142.2914.2951.96
Hex739680170F298ee34
Octal16322620027017512161664
Binary111001110010110100000001011101111101001100011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739680; }

 p { color: rgb(115,150,128); }

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

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

 a { background-color: rgb(115,150,128); }

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

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

 span { border-color: rgb(115,150,128); }

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