#708D7D

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

Shades of Oxley #708D7D

Tints of Oxley #708D7D

Color information

#708D7D (or 0x708D7D) is unknown color: approx Oxley. HEX triplet: 70, 8D and 7D. RGB value is (112,141,125). Sum of RGB (Red+Green+Blue) = 112+141+125=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 141 - color contains mainly: green. Hex color #708D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D7D is #8F7282. Grayscale: #828282. Windows color (decimal): -9400963 or 8228208. OLE color: 8228208.

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

Color convert

RGB112141125-
CMYK0.2100.110.45
HSL146.9º11.46%49.61%-
HSV(B)146.9º20.57%55.29%-
XYZ19.9123.9822.98-
YUV130.5124.89114.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.63%
GREEN value IS 141 (55.47% from 255) = 37.30%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=29.63%
G=37.30%
B=33.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121411250.2100.110.45146.911.4649.61
Hex708D7D150B2D93b32
Octal16021517525013552231362
Binary11100001000110111111011010101011101101100100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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