#708C7A

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

Shades of Oxley #708C7A

Tints of Oxley #708C7A

Color information

#708C7A (or 0x708C7A) is unknown color: approx Oxley. HEX triplet: 70, 8C and 7A. RGB value is (112,140,122). Sum of RGB (Red+Green+Blue) = 112+140+122=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 140 - color contains mainly: green. Hex color #708C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C7A is #8F7385. Grayscale: #818181. Windows color (decimal): -9401222 or 8031344. OLE color: 8031344.

HSL color Cylindrical-coordinate representation of color #708C7A: hue angle of 141.43º 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 #708C7A is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB112140122-
CMYK0.2000.130.45
HSL141.43º11.11%49.41%-
HSV(B)141.43º20%54.9%-
XYZ19.5723.6121.94-
YUV129.58123.72115.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 140 (55.08% from 255) = 37.43%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=29.95%
G=37.43%
B=32.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121401220.2000.130.45141.4311.1149.41
Hex708C7A140D2D8db31
Octal16021417224015552151361
Binary11100001000110011110101010001101101101100011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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