#759979

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

Shades of Oxley #759979

Tints of Oxley #759979

Color information

#759979 (or 0x759979) is unknown color: approx Oxley. HEX triplet: 75, 99 and 79. RGB value is (117,153,121). Sum of RGB (Red+Green+Blue) = 117+153+121=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #759979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759979 is #8A6686. Grayscale: #8A8A8A. Windows color (decimal): -9070215 or 7969141. OLE color: 7969141.

HSL color Cylindrical-coordinate representation of color #759979: hue angle of 126.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #759979 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB117153121-
CMYK0.2400.210.4
HSL126.67º15%52.94%-
HSV(B)126.67º23.53%60%-
XYZ22.1827.9422.31-
YUV138.59118.07112.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=29.92%
G=39.13%
B=30.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171531210.2400.210.4126.671552.94
Hex75997918015287ff35
Octal16523117130025501771765
Binary11101011001100111110011100001010110100011111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759979; }

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

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

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

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

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

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

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

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