#719E7C

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

Shades of Oxley #719E7C

Tints of Oxley #719E7C

Color information

#719E7C (or 0x719E7C) is unknown color: approx Oxley. HEX triplet: 71, 9E and 7C. RGB value is (113,158,124). Sum of RGB (Red+Green+Blue) = 113+158+124=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 158 - color contains mainly: green. Hex color #719E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E7C is #8E6183. Grayscale: #8C8C8C. Windows color (decimal): -9331076 or 8167025. OLE color: 8167025.

HSL color Cylindrical-coordinate representation of color #719E7C: hue angle of 134.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719E7C is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB113158124-
CMYK0.2800.220.38
HSL134.67º18.83%53.14%-
HSV(B)134.67º28.48%61.96%-
XYZ22.6829.4223.55-
YUV140.67118.59108.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.61%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=28.61%
G=40%
B=31.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131581240.2800.220.38134.6718.8353.14
Hex719E7C1C01626871335
Octal16123617434026462072365
Binary1110001100111101111100111000101101001101000011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,158,124); }

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

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

 a { background-color: rgb(113,158,124); }

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

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

 span { border-color: rgb(113,158,124); }

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