#719F75

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

Shades of Oxley #719F75

Tints of Oxley #719F75

Color information

#719F75 (or 0x719F75) is unknown color: approx Oxley. HEX triplet: 71, 9F and 75. RGB value is (113,159,117). Sum of RGB (Red+Green+Blue) = 113+159+117=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #719F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719F75 is #8E608A. Grayscale: #8C8C8C. Windows color (decimal): -9330827 or 7708529. OLE color: 7708529.

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

Color convert

RGB113159117-
CMYK0.2900.260.38
HSL125.22º19.33%53.33%-
HSV(B)125.22º28.93%62.35%-
XYZ22.4229.5921.36-
YUV140.46114.76108.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 159 (62.5% from 255) = 40.87%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=29.05%
G=40.87%
B=30.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131591170.2900.260.38125.2219.3353.33
Hex719F751D01A267d1335
Octal16123716535032461752365
Binary111000110011111111010111101011010100110111110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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