#719F7F

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

Shades of Oxley #719F7F

Tints of Oxley #719F7F

Color information

#719F7F (or 0x719F7F) is unknown color: approx Oxley. HEX triplet: 71, 9F and 7F. RGB value is (113,159,127). Sum of RGB (Red+Green+Blue) = 113+159+127=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 159 - color contains mainly: green. Hex color #719F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719F7F is #8E6080. Grayscale: #8D8D8D. Windows color (decimal): -9330817 or 8363889. OLE color: 8363889.

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

Color convert

RGB113159127-
CMYK0.2900.200.38
HSL138.26º19.33%53.33%-
HSV(B)138.26º28.93%62.35%-
XYZ23.0429.8424.62-
YUV141.6119.76107.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.32%
GREEN value IS 159 (62.5% from 255) = 39.85%
BLUE value IS 127 (50% from 255) = 31.83%
R=28.32%
G=39.85%
B=31.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131591270.2900.200.38138.2619.3353.33
Hex719F7F1D014268a1335
Octal16123717735024462122365
Binary1110001100111111111111111010101001001101000101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,159,127); }

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

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

 a { background-color: rgb(113,159,127); }

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

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

 span { border-color: rgb(113,159,127); }

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