#759F79

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

Shades of Oxley #759F79

Tints of Oxley #759F79

Color information

#759F79 (or 0x759F79) is unknown color: approx Oxley. HEX triplet: 75, 9F and 79. RGB value is (117,159,121). Sum of RGB (Red+Green+Blue) = 117+159+121=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #759F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F79 is #8A6086. Grayscale: #8E8E8E. Windows color (decimal): -9068679 or 7970677. OLE color: 7970677.

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

Color convert

RGB117159121-
CMYK0.2600.240.38
HSL125.71º17.95%54.12%-
HSV(B)125.71º26.42%62.35%-
XYZ23.1929.9622.65-
YUV142.11116.09110.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.47%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=29.47%
G=40.05%
B=30.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171591210.2600.240.38125.7117.9554.12
Hex759F791A018267e1236
Octal16523717132030461762266
Binary111010110011111111100111010011000100110111111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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