#719179

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

Shades of Oxley #719179

Tints of Oxley #719179

Color information

#719179 (or 0x719179) is unknown color: approx Oxley. HEX triplet: 71, 91 and 79. RGB value is (113,145,121). Sum of RGB (Red+Green+Blue) = 113+145+121=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #719179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719179 is #8E6E86. Grayscale: #848484. Windows color (decimal): -9334407 or 7967089. OLE color: 7967089.

HSL color Cylindrical-coordinate representation of color #719179: hue angle of 135º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #719179 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB113145121-
CMYK0.2200.170.43
HSL135º12.7%50.59%-
HSV(B)135º22.07%56.86%-
XYZ20.3925.1421.87-
YUV132.7121.4113.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.82%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=29.82%
G=38.26%
B=31.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131451210.2200.170.4313512.750.59
Hex719179160112B87d33
Octal16122117126021532071563
Binary111000110010001111100110110010001101011100001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719179; }

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

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

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

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

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

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

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

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