#709B80

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

Shades of Oxley #709B80

Tints of Oxley #709B80

Color information

#709B80 (or 0x709B80) is unknown color: approx Oxley. HEX triplet: 70, 9B and 80. RGB value is (112,155,128). Sum of RGB (Red+Green+Blue) = 112+155+128=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #709B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709B80 is #8F647F. Grayscale: #8B8B8B. Windows color (decimal): -9397376 or 8428400. OLE color: 8428400.

HSL color Cylindrical-coordinate representation of color #709B80: hue angle of 142.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709B80 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB112155128-
CMYK0.2800.170.39
HSL142.33º17.7%52.35%-
HSV(B)142.33º27.74%60.78%-
XYZ22.328.4524.74-
YUV139.06121.75108.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=28.35%
G=39.24%
B=32.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121551280.2800.170.39142.3317.752.35
Hex709B801C011278e1234
Octal16023320034021472162264
Binary11100001001101110000000111000100011001111000111010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709B80; }

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

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

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

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

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

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

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

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