#708D7B

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

Shades of Oxley #708D7B

Tints of Oxley #708D7B

Color information

#708D7B (or 0x708D7B) is unknown color: approx Oxley. HEX triplet: 70, 8D and 7B. RGB value is (112,141,123). Sum of RGB (Red+Green+Blue) = 112+141+123=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 141 - color contains mainly: green. Hex color #708D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D7B is #8F7284. Grayscale: #828282. Windows color (decimal): -9400965 or 8097136. OLE color: 8097136.

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

Color convert

RGB112141123-
CMYK0.2100.130.45
HSL142.76º11.46%49.61%-
HSV(B)142.76º20.57%55.29%-
XYZ19.7823.9222.31-
YUV130.28123.89114.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 141 (55.47% from 255) = 37.5%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=29.79%
G=37.5%
B=32.71%

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
Decimal1121411230.2100.130.45142.7611.4649.61
Hex708D7B150D2D8fb32
Octal16021517325015552171362
Binary11100001000110111110111010101101101101100011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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