#759F85

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

Shades of Oxley #759F85

Tints of Oxley #759F85

Color information

#759F85 (or 0x759F85) is unknown color: approx Oxley. HEX triplet: 75, 9F and 85. RGB value is (117,159,133). Sum of RGB (Red+Green+Blue) = 117+159+133=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 159 - color contains mainly: green. Hex color #759F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759F85 is #8A607A. Grayscale: #8F8F8F. Windows color (decimal): -9068667 or 8757109. OLE color: 8757109.

HSL color Cylindrical-coordinate representation of color #759F85: hue angle of 142.86º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #759F85 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB117159133-
CMYK0.2600.160.38
HSL142.86º17.95%54.12%-
HSV(B)142.86º26.42%62.35%-
XYZ23.9730.2726.77-
YUV143.48122.09109.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.61%
GREEN value IS 159 (62.5% from 255) = 38.88%
BLUE value IS 133 (52.34% from 255) = 32.52%
R=28.61%
G=38.88%
B=32.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171591330.2600.160.38142.8617.9554.12
Hex759F851A010268f1236
Octal16523720532020462172266
Binary11101011001111110000101110100100001001101000111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759F85; }

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

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

<style>
 a { background-color: #759F85; }

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

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

<style>
 span { border-color: #759F85; }

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

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