#75AA7D

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

Shades of Oxley #75AA7D

Tints of Oxley #75AA7D

Color information

#75AA7D (or 0x75AA7D) is unknown color: approx Oxley. HEX triplet: 75, AA and 7D. RGB value is (117,170,125). Sum of RGB (Red+Green+Blue) = 117+170+125=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AA7D is #8A5582. Grayscale: #959595. Windows color (decimal): -9065859 or 8235637. OLE color: 8235637.

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

Color convert

RGB117170125-
CMYK0.3100.260.33
HSL129.06º23.77%56.27%-
HSV(B)129.06º31.18%66.67%-
XYZ25.4134.0124.63-
YUV149.02114.44105.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.40%
GREEN value IS 170 (66.80% from 255) = 41.26%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=28.40%
G=41.26%
B=30.34%

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
Decimal1171701250.3100.260.33129.0623.7756.27
Hex75AA7D1F01A21811838
Octal16525217537032412013070
Binary1110101101010101111101111110110101000011000000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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