#718D79

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

Shades of Oxley #718D79

Tints of Oxley #718D79

Color information

#718D79 (or 0x718D79) is unknown color: approx Oxley. HEX triplet: 71, 8D and 79. RGB value is (113,141,121). Sum of RGB (Red+Green+Blue) = 113+141+121=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #718D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D79 is #8E7286. Grayscale: #828282. Windows color (decimal): -9335431 or 7966065. OLE color: 7966065.

HSL color Cylindrical-coordinate representation of color #718D79: hue angle of 137.14º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #718D79 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB113141121-
CMYK0.2000.140.45
HSL137.14º11.02%49.8%-
HSV(B)137.14º19.86%55.29%-
XYZ19.7923.9421.67-
YUV130.35122.72115.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=30.13%
G=37.6%
B=32.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131411210.2000.140.45137.1411.0249.8
Hex718D79140E2D89b32
Octal16121517124016552111362
Binary11100011000110111110011010001110101101100010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718D79; }

 p { color: rgb(113,141,121); }

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

<style>
 a { background-color: #718D79; }

 a { background-color: rgb(113,141,121); }

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

<style>
 span { border-color: #718D79; }

 span { border-color: rgb(113,141,121); }

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