#75AA7A

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

Shades of Oxley #75AA7A

Tints of Oxley #75AA7A

Color information

#75AA7A (or 0x75AA7A) is unknown color: approx Oxley. HEX triplet: 75, AA and 7A. RGB value is (117,170,122). Sum of RGB (Red+Green+Blue) = 117+170+122=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AA7A is #8A5585. Grayscale: #949494. Windows color (decimal): -9065862 or 8039029. OLE color: 8039029.

HSL color Cylindrical-coordinate representation of color #75AA7A: hue angle of 125.66º 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 #75AA7A is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB117170122-
CMYK0.3100.280.33
HSL125.66º23.77%56.27%-
HSV(B)125.66º31.18%66.67%-
XYZ25.2233.9423.63-
YUV148.68112.94105.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.61%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=28.61%
G=41.56%
B=29.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171701220.3100.280.33125.6623.7756.27
Hex75AA7A1F01C217e1838
Octal16525217237034411763070
Binary111010110101010111101011111011100100001111111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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