#719781

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

Shades of Oxley #719781

Tints of Oxley #719781

Color information

#719781 (or 0x719781) is unknown color: approx Oxley. HEX triplet: 71, 97 and 81. RGB value is (113,151,129). Sum of RGB (Red+Green+Blue) = 113+151+129=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 151 - color contains mainly: green. Hex color #719781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719781 is #8E687E. Grayscale: #898989. Windows color (decimal): -9332863 or 8492913. OLE color: 8492913.

HSL color Cylindrical-coordinate representation of color #719781: hue angle of 145.26º 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 #719781 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB113151129-
CMYK0.2500.150.41
HSL145.26º15.45%51.76%-
HSV(B)145.26º25.17%59.22%-
XYZ21.8427.2324.87-
YUV137.13123.41110.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.75%
GREEN value IS 151 (59.38% from 255) = 38.42%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=28.75%
G=38.42%
B=32.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131511290.2500.150.41145.2615.4551.76
Hex719781190F2991f34
Octal16122720131017512211764
Binary111000110010111100000011100101111101001100100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719781; }

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

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

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

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

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

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

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

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