#759F7E

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

Shades of Oxley #759F7E

Tints of Oxley #759F7E

Color information

#759F7E (or 0x759F7E) is unknown color: approx Oxley. HEX triplet: 75, 9F and 7E. RGB value is (117,159,126). Sum of RGB (Red+Green+Blue) = 117+159+126=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 159 - color contains mainly: green. Hex color #759F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F7E is #8A6081. Grayscale: #8E8E8E. Windows color (decimal): -9068674 or 8298357. OLE color: 8298357.

HSL color Cylindrical-coordinate representation of color #759F7E: hue angle of 132.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 #759F7E is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB117159126-
CMYK0.2600.210.38
HSL132.86º17.95%54.12%-
HSV(B)132.86º26.42%62.35%-
XYZ23.530.0824.31-
YUV142.68118.59109.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.10%
GREEN value IS 159 (62.5% from 255) = 39.55%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=29.10%
G=39.55%
B=31.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171591260.2600.210.38132.8617.9554.12
Hex759F7E1A01526851236
Octal16523717632025462052266
Binary1110101100111111111110110100101011001101000010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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