#759981

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

Shades of Oxley #759981

Tints of Oxley #759981

Color information

#759981 (or 0x759981) is unknown color: approx Oxley. HEX triplet: 75, 99 and 81. RGB value is (117,153,129). Sum of RGB (Red+Green+Blue) = 117+153+129=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #759981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759981 is #8A667E. Grayscale: #8B8B8B. Windows color (decimal): -9070207 or 8493429. OLE color: 8493429.

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

Color convert

RGB117153129-
CMYK0.2400.160.4
HSL140º15%52.94%-
HSV(B)140º23.53%60%-
XYZ22.6928.1525.01-
YUV139.5122.07111.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=29.32%
G=38.35%
B=32.33%

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
Decimal1171531290.2400.160.41401552.94
Hex75998118010288cf35
Octal16523120130020502141765
Binary1110101100110011000000111000010000101000100011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759981; }

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

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

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

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

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

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

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

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