#719581

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

Shades of Oxley #719581

Tints of Oxley #719581

Color information

#719581 (or 0x719581) is unknown color: approx Oxley. HEX triplet: 71, 95 and 81. RGB value is (113,149,129). Sum of RGB (Red+Green+Blue) = 113+149+129=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #719581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719581 is #8E6A7E. Grayscale: #888888. Windows color (decimal): -9333375 or 8492401. OLE color: 8492401.

HSL color Cylindrical-coordinate representation of color #719581: hue angle of 146.67º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #719581 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB113149129-
CMYK0.2400.130.42
HSL146.67º14.52%51.37%-
HSV(B)146.67º24.16%58.43%-
XYZ21.5226.5924.77-
YUV135.96124.07111.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=28.90%
G=38.11%
B=32.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131491290.2400.130.42146.6714.5251.37
Hex719581180D2A93f33
Octal16122520130015522231763
Binary111000110010101100000011100001101101010100100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719581; }

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

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

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

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

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

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

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

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