#75917C

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

Shades of Oxley #75917C

Tints of Oxley #75917C

Color information

#75917C (or 0x75917C) is unknown color: approx Oxley. HEX triplet: 75, 91 and 7C. RGB value is (117,145,124). Sum of RGB (Red+Green+Blue) = 117+145+124=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 145 - color contains mainly: green. Hex color #75917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75917C is #8A6E83. Grayscale: #868686. Windows color (decimal): -9072260 or 8163701. OLE color: 8163701.

HSL color Cylindrical-coordinate representation of color #75917C: hue angle of 135º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75917C is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB117145124-
CMYK0.1900.140.43
HSL135º11.29%51.37%-
HSV(B)135º19.31%56.86%-
XYZ21.125.4922.88-
YUV134.23122.22115.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 145 (57.03% from 255) = 37.56%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=30.31%
G=37.56%
B=32.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171451240.1900.140.4313511.2951.37
Hex75917C130E2B87b33
Octal16522117423016532071363
Binary11101011001000111111001001101110101011100001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75917C; }

 p { color: rgb(117,145,124); }

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

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

 a { background-color: rgb(117,145,124); }

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

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

 span { border-color: rgb(117,145,124); }

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