#759281

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

Shades of Oxley #759281

Tints of Oxley #759281

Color information

#759281 (or 0x759281) is unknown color: approx Oxley. HEX triplet: 75, 92 and 81. RGB value is (117,146,129). Sum of RGB (Red+Green+Blue) = 117+146+129=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #759281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759281 is #8A6D7E. Grayscale: #878787. Windows color (decimal): -9071999 or 8491637. OLE color: 8491637.

HSL color Cylindrical-coordinate representation of color #759281: hue angle of 144.83º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #759281 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB117146129-
CMYK0.2000.120.43
HSL144.83º11.74%51.57%-
HSV(B)144.83º19.86%57.25%-
XYZ21.5825.9224.64-
YUV135.39124.39114.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.85%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 129 (50.78% from 255) = 32.91%
R=29.85%
G=37.24%
B=32.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171461290.2000.120.43144.8311.7451.57
Hex759281140C2B91c34
Octal16522220124014532211464
Binary111010110010010100000011010001100101011100100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759281; }

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

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

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

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

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

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

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

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