#75AA7E

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

Shades of Oxley #75AA7E

Tints of Oxley #75AA7E

Color information

#75AA7E (or 0x75AA7E) is unknown color: approx Oxley. HEX triplet: 75, AA and 7E. RGB value is (117,170,126). Sum of RGB (Red+Green+Blue) = 117+170+126=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AA7E is #8A5581. Grayscale: #959595. Windows color (decimal): -9065858 or 8301173. OLE color: 8301173.

HSL color Cylindrical-coordinate representation of color #75AA7E: hue angle of 130.19º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75AA7E is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB117170126-
CMYK0.3100.260.33
HSL130.19º23.77%56.27%-
HSV(B)130.19º31.18%66.67%-
XYZ25.4834.0424.97-
YUV149.14114.94105.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.33%
GREEN value IS 170 (66.80% from 255) = 41.16%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=28.33%
G=41.16%
B=30.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171701260.3100.260.33130.1923.7756.27
Hex75AA7E1F01A21821838
Octal16525217637032412023070
Binary1110101101010101111110111110110101000011000001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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