#759081

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

Shades of Oxley #759081

Tints of Oxley #759081

Color information

#759081 (or 0x759081) is unknown color: approx Oxley. HEX triplet: 75, 90 and 81. RGB value is (117,144,129). Sum of RGB (Red+Green+Blue) = 117+144+129=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 144 - color contains mainly: green. Hex color #759081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759081 is #8A6F7E. Grayscale: #868686. Windows color (decimal): -9072511 or 8491125. OLE color: 8491125.

HSL color Cylindrical-coordinate representation of color #759081: hue angle of 146.67º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #759081 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB117144129-
CMYK0.1900.100.44
HSL146.67º10.84%51.18%-
HSV(B)146.67º18.75%56.47%-
XYZ21.2725.3124.53-
YUV134.22125.05115.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 129 (50.78% from 255) = 33.08%
R=30%
G=36.92%
B=33.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171441290.1900.100.44146.6710.8451.18
Hex759081130A2C93b33
Octal16522020123012542231363
Binary111010110010000100000011001101010101100100100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759081; }

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

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

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

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

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

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

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

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