#708D7A

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

Shades of Oxley #708D7A

Tints of Oxley #708D7A

Color information

#708D7A (or 0x708D7A) is unknown color: approx Oxley. HEX triplet: 70, 8D and 7A. RGB value is (112,141,122). Sum of RGB (Red+Green+Blue) = 112+141+122=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #708D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D7A is #8F7285. Grayscale: #828282. Windows color (decimal): -9400966 or 8031600. OLE color: 8031600.

HSL color Cylindrical-coordinate representation of color #708D7A: hue angle of 140.69º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708D7A is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB112141122-
CMYK0.2100.130.45
HSL140.69º11.46%49.61%-
HSV(B)140.69º20.57%55.29%-
XYZ19.7223.921.99-
YUV130.16123.39115.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=29.87%
G=37.6%
B=32.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121411220.2100.130.45140.6911.4649.61
Hex708D7A150D2D8db32
Octal16021517225015552151362
Binary11100001000110111110101010101101101101100011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,141,122); }

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

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

 a { background-color: rgb(112,141,122); }

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

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

 span { border-color: rgb(112,141,122); }

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