#719F7A

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

Shades of Oxley #719F7A

Tints of Oxley #719F7A

Color information

#719F7A (or 0x719F7A) is unknown color: approx Oxley. HEX triplet: 71, 9F and 7A. RGB value is (113,159,122). Sum of RGB (Red+Green+Blue) = 113+159+122=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #719F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719F7A is #8E6085. Grayscale: #8D8D8D. Windows color (decimal): -9330822 or 8036209. OLE color: 8036209.

HSL color Cylindrical-coordinate representation of color #719F7A: hue angle of 131.74º 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 #719F7A is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB113159122-
CMYK0.2900.230.38
HSL131.74º19.33%53.33%-
HSV(B)131.74º28.93%62.35%-
XYZ22.7229.7122.95-
YUV141.03117.26108.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 159 (62.5% from 255) = 40.36%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=28.68%
G=40.36%
B=30.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131591220.2900.230.38131.7419.3353.33
Hex719F7A1D01726841335
Octal16123717235027462042365
Binary1110001100111111111010111010101111001101000010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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