#709579

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

Shades of Oxley #709579

Tints of Oxley #709579

Color information

#709579 (or 0x709579) is unknown color: approx Oxley. HEX triplet: 70, 95 and 79. RGB value is (112,149,121). Sum of RGB (Red+Green+Blue) = 112+149+121=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 149 - color contains mainly: green. Hex color #709579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709579 is #8F6A86. Grayscale: #868686. Windows color (decimal): -9398919 or 7968112. OLE color: 7968112.

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

Color convert

RGB112149121-
CMYK0.2500.190.42
HSL134.59º14.86%51.18%-
HSV(B)134.59º24.83%58.43%-
XYZ20.8826.3222.07-
YUV134.74120.24111.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 149 (58.59% from 255) = 39.01%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=29.32%
G=39.01%
B=31.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121491210.2500.190.42134.5914.8651.18
Hex709579190132A87f33
Octal16022517131023522071763
Binary111000010010101111100111001010011101010100001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709579; }

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

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

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

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

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

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

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

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