#759980

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

Shades of Oxley #759980

Tints of Oxley #759980

Color information

#759980 (or 0x759980) is unknown color: approx Oxley. HEX triplet: 75, 99 and 80. RGB value is (117,153,128). Sum of RGB (Red+Green+Blue) = 117+153+128=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #759980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759980 is #8A667F. Grayscale: #8B8B8B. Windows color (decimal): -9070208 or 8427893. OLE color: 8427893.

HSL color Cylindrical-coordinate representation of color #759980: hue angle of 138.33º 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 #759980 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB117153128-
CMYK0.2400.160.4
HSL138.33º15%52.94%-
HSV(B)138.33º23.53%60%-
XYZ22.6228.1224.66-
YUV139.39121.57112.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.40%
GREEN value IS 153 (60.16% from 255) = 38.44%
BLUE value IS 128 (50.39% from 255) = 32.16%
R=29.40%
G=38.44%
B=32.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171531280.2400.160.4138.331552.94
Hex75998018010288af35
Octal16523120030020502121765
Binary1110101100110011000000011000010000101000100010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759980; }

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

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

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

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

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

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

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

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