#75A17E

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

Shades of Oxley #75A17E

Tints of Oxley #75A17E

Color information

#75A17E (or 0x75A17E) is unknown color: approx Oxley. HEX triplet: 75, A1 and 7E. RGB value is (117,161,126). Sum of RGB (Red+Green+Blue) = 117+161+126=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 161 - color contains mainly: green. Hex color #75A17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A17E is #8A5E81. Grayscale: #8F8F8F. Windows color (decimal): -9068162 or 8298869. OLE color: 8298869.

HSL color Cylindrical-coordinate representation of color #75A17E: hue angle of 132.27º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75A17E is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB117161126-
CMYK0.2700.220.37
HSL132.27º18.97%54.51%-
HSV(B)132.27º27.33%63.14%-
XYZ23.8530.7824.42-
YUV143.85117.92108.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 161 (63.28% from 255) = 39.85%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=28.96%
G=39.85%
B=31.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1171611260.2700.220.37132.2718.9754.51
Hex75A17E1B01625841337
Octal16524117633026452042367
Binary1110101101000011111110110110101101001011000010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A17E; }

 p { color: rgb(117,161,126); }

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

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

 a { background-color: rgb(117,161,126); }

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

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

 span { border-color: rgb(117,161,126); }

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