#759781

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

Shades of Oxley #759781

Tints of Oxley #759781

Color information

#759781 (or 0x759781) is unknown color: approx Oxley. HEX triplet: 75, 97 and 81. RGB value is (117,151,129). Sum of RGB (Red+Green+Blue) = 117+151+129=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #759781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759781 is #8A687E. Grayscale: #8A8A8A. Windows color (decimal): -9070719 or 8492917. OLE color: 8492917.

HSL color Cylindrical-coordinate representation of color #759781: hue angle of 141.18º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #759781 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB117151129-
CMYK0.2300.150.41
HSL141.18º14.05%52.55%-
HSV(B)141.18º22.52%59.22%-
XYZ22.3727.524.9-
YUV138.33122.74112.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.47%
GREEN value IS 151 (59.38% from 255) = 38.04%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=29.47%
G=38.04%
B=32.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171511290.2300.150.41141.1814.0552.55
Hex759781170F298de35
Octal16522720127017512151665
Binary111010110010111100000011011101111101001100011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759781; }

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

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

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

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

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

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

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

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