#75A17A

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

Shades of Oxley #75A17A

Tints of Oxley #75A17A

Color information

#75A17A (or 0x75A17A) is unknown color: approx Oxley. HEX triplet: 75, A1 and 7A. RGB value is (117,161,122). Sum of RGB (Red+Green+Blue) = 117+161+122=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 161 - color contains mainly: green. Hex color #75A17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A17A is #8A5E85. Grayscale: #8F8F8F. Windows color (decimal): -9068166 or 8036725. OLE color: 8036725.

HSL color Cylindrical-coordinate representation of color #75A17A: hue angle of 126.82º 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 #75A17A is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB117161122-
CMYK0.2700.240.37
HSL126.82º18.97%54.51%-
HSV(B)126.82º27.33%63.14%-
XYZ23.5930.6823.09-
YUV143.4115.92109.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 161 (63.28% from 255) = 40.25%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=29.25%
G=40.25%
B=30.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1171611220.2700.240.37126.8218.9754.51
Hex75A17A1B018257f1337
Octal16524117233030451772367
Binary111010110100001111101011011011000100101111111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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