#759C84

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

Shades of Oxley #759C84

Tints of Oxley #759C84

Color information

#759C84 (or 0x759C84) is unknown color: approx Oxley. HEX triplet: 75, 9C and 84. RGB value is (117,156,132). Sum of RGB (Red+Green+Blue) = 117+156+132=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 156 - color contains mainly: green. Hex color #759C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759C84 is #8A637B. Grayscale: #8D8D8D. Windows color (decimal): -9069436 or 8690805. OLE color: 8690805.

HSL color Cylindrical-coordinate representation of color #759C84: hue angle of 143.08º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759C84 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB117156132-
CMYK0.2500.150.39
HSL143.08º16.46%53.53%-
HSV(B)143.08º25%61.18%-
XYZ23.3929.2226.24-
YUV141.6122.58110.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 156 (61.33% from 255) = 38.52%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=28.89%
G=38.52%
B=32.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171561320.2500.150.39143.0816.4653.53
Hex759C84190F278f1036
Octal16523420431017472172066
Binary1110101100111001000010011001011111001111000111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759C84; }

 p { color: rgb(117,156,132); }

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

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

 a { background-color: rgb(117,156,132); }

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

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

 span { border-color: rgb(117,156,132); }

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