#709980

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

Shades of Oxley #709980

Tints of Oxley #709980

Color information

#709980 (or 0x709980) is unknown color: approx Oxley. HEX triplet: 70, 99 and 80. RGB value is (112,153,128). Sum of RGB (Red+Green+Blue) = 112+153+128=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #709980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709980 is #8F667F. Grayscale: #898989. Windows color (decimal): -9397888 or 8427888. OLE color: 8427888.

HSL color Cylindrical-coordinate representation of color #709980: hue angle of 143.41º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #709980 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB112153128-
CMYK0.2700.160.4
HSL143.41º16.73%51.96%-
HSV(B)143.41º26.8%60%-
XYZ21.9727.7924.63-
YUV137.89122.42109.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 153 (60.16% from 255) = 38.93%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=28.50%
G=38.93%
B=32.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121531280.2700.160.4143.4116.7351.96
Hex7099801B010288f1134
Octal16023120033020502172164
Binary11100001001100110000000110110100001010001000111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709980; }

 p { color: rgb(112,153,128); }

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

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

 a { background-color: rgb(112,153,128); }

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

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

 span { border-color: rgb(112,153,128); }

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