#719B79

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

Shades of Oxley #719B79

Tints of Oxley #719B79

Color information

#719B79 (or 0x719B79) is unknown color: approx Oxley. HEX triplet: 71, 9B and 79. RGB value is (113,155,121). Sum of RGB (Red+Green+Blue) = 113+155+121=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #719B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B79 is #8E6486. Grayscale: #8A8A8A. Windows color (decimal): -9331847 or 7969649. OLE color: 7969649.

HSL color Cylindrical-coordinate representation of color #719B79: hue angle of 131.43º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719B79 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB113155121-
CMYK0.2700.220.39
HSL131.43º17.36%52.55%-
HSV(B)131.43º27.1%60.78%-
XYZ21.9828.3322.4-
YUV138.57118.09109.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 155 (60.94% from 255) = 39.85%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=29.05%
G=39.85%
B=31.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131551210.2700.220.39131.4317.3652.55
Hex719B791B01627831135
Octal16123317133026472032165
Binary1110001100110111111001110110101101001111000001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719B79; }

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

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

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

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

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

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

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

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