#75AA79

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

Shades of Oxley #75AA79

Tints of Oxley #75AA79

Color information

#75AA79 (or 0x75AA79) is unknown color: approx Oxley. HEX triplet: 75, AA and 79. RGB value is (117,170,121). Sum of RGB (Red+Green+Blue) = 117+170+121=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AA79 is #8A5586. Grayscale: #949494. Windows color (decimal): -9065863 or 7973493. OLE color: 7973493.

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

Color convert

RGB117170121-
CMYK0.3100.290.33
HSL124.53º23.77%56.27%-
HSV(B)124.53º31.18%66.67%-
XYZ25.1633.9123.31-
YUV148.57112.44105.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 170 (66.80% from 255) = 41.67%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=28.68%
G=41.67%
B=29.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171701210.3100.290.33124.5323.7756.27
Hex75AA791F01D217d1838
Octal16525217137035411753070
Binary111010110101010111100111111011101100001111110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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