#708F7E

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

Shades of Oxley #708F7E

Tints of Oxley #708F7E

Color information

#708F7E (or 0x708F7E) is unknown color: approx Oxley. HEX triplet: 70, 8F and 7E. RGB value is (112,143,126). Sum of RGB (Red+Green+Blue) = 112+143+126=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 143 - color contains mainly: green. Hex color #708F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708F7E is #8F7081. Grayscale: #838383. Windows color (decimal): -9400450 or 8294256. OLE color: 8294256.

HSL color Cylindrical-coordinate representation of color #708F7E: hue angle of 147.1º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708F7E is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB112143126-
CMYK0.2200.120.44
HSL147.1º12.16%50%-
HSV(B)147.1º21.68%56.08%-
XYZ20.2724.623.42-
YUV131.79124.73113.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 143 (56.25% from 255) = 37.53%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=29.40%
G=37.53%
B=33.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121431260.2200.120.44147.112.1650
Hex708F7E160C2C93c32
Octal16021717626014542231462
Binary11100001000111111111101011001100101100100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,143,126); }

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

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

 a { background-color: rgb(112,143,126); }

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

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

 span { border-color: rgb(112,143,126); }

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