#719681

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

Shades of Oxley #719681

Tints of Oxley #719681

Color information

#719681 (or 0x719681) is unknown color: approx Oxley. HEX triplet: 71, 96 and 81. RGB value is (113,150,129). Sum of RGB (Red+Green+Blue) = 113+150+129=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #719681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719681 is #8E697E. Grayscale: #888888. Windows color (decimal): -9333119 or 8492657. OLE color: 8492657.

HSL color Cylindrical-coordinate representation of color #719681: hue angle of 145.95º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #719681 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB113150129-
CMYK0.2500.140.41
HSL145.95º14.98%51.57%-
HSV(B)145.95º24.67%58.82%-
XYZ21.6826.9124.82-
YUV136.54123.74111.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 150 (58.98% from 255) = 38.27%
BLUE value IS 129 (50.78% from 255) = 32.91%
R=28.83%
G=38.27%
B=32.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131501290.2500.140.41145.9514.9851.57
Hex719681190E2992f34
Octal16122620131016512221764
Binary111000110010110100000011100101110101001100100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719681; }

 p { color: rgb(113,150,129); }

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

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

 a { background-color: rgb(113,150,129); }

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

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

 span { border-color: rgb(113,150,129); }

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