#719481

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

Shades of Oxley #719481

Tints of Oxley #719481

Color information

#719481 (or 0x719481) is unknown color: approx Oxley. HEX triplet: 71, 94 and 81. RGB value is (113,148,129). Sum of RGB (Red+Green+Blue) = 113+148+129=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #719481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719481 is #8E6B7E. Grayscale: #878787. Windows color (decimal): -9333631 or 8492145. OLE color: 8492145.

HSL color Cylindrical-coordinate representation of color #719481: hue angle of 147.43º degrees, saturation: 0.14, 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 #719481 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB113148129-
CMYK0.2400.130.42
HSL147.43º14.06%51.18%-
HSV(B)147.43º23.65%58.04%-
XYZ21.3626.2824.71-
YUV135.37124.4112.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 129 (50.78% from 255) = 33.08%
R=28.97%
G=37.95%
B=33.08%

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
Decimal1131481290.2400.130.42147.4314.0651.18
Hex719481180D2A93e33
Octal16122420130015522231663
Binary111000110010100100000011100001101101010100100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719481; }

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

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

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

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

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

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

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

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