#719579

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

Shades of Oxley #719579

Tints of Oxley #719579

Color information

#719579 (or 0x719579) is unknown color: approx Oxley. HEX triplet: 71, 95 and 79. RGB value is (113,149,121). Sum of RGB (Red+Green+Blue) = 113+149+121=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #719579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719579 is #8E6A86. Grayscale: #878787. Windows color (decimal): -9333383 or 7968113. OLE color: 7968113.

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

Color convert

RGB113149121-
CMYK0.2400.190.42
HSL133.33º14.52%51.37%-
HSV(B)133.33º24.16%58.43%-
XYZ21.0126.3922.07-
YUV135.04120.07112.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.50%
GREEN value IS 149 (58.59% from 255) = 38.90%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=29.50%
G=38.90%
B=31.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131491210.2400.190.42133.3314.5251.37
Hex719579180132A85f33
Octal16122517130023522051763
Binary111000110010101111100111000010011101010100001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719579; }

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

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

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

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

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

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

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

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