#708C79

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

Shades of Oxley #708C79

Tints of Oxley #708C79

Color information

#708C79 (or 0x708C79) is unknown color: approx Oxley. HEX triplet: 70, 8C and 79. RGB value is (112,140,121). Sum of RGB (Red+Green+Blue) = 112+140+121=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 140 - color contains mainly: green. Hex color #708C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C79 is #8F7386. Grayscale: #818181. Windows color (decimal): -9401223 or 7965808. OLE color: 7965808.

HSL color Cylindrical-coordinate representation of color #708C79: hue angle of 139.29º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708C79 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB112140121-
CMYK0.2000.140.45
HSL139.29º11.11%49.41%-
HSV(B)139.29º20%54.9%-
XYZ19.5123.5821.61-
YUV129.46123.22115.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 140 (55.08% from 255) = 37.53%
BLUE value IS 121 (47.66% from 255) = 32.44%
R=30.03%
G=37.53%
B=32.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121401210.2000.140.45139.2911.1149.41
Hex708C79140E2D8bb31
Octal16021417124016552131361
Binary11100001000110011110011010001110101101100010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708C79; }

 p { color: rgb(112,140,121); }

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

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

 a { background-color: rgb(112,140,121); }

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

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

 span { border-color: rgb(112,140,121); }

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