#75A37C

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

Shades of Oxley #75A37C

Tints of Oxley #75A37C

Color information

#75A37C (or 0x75A37C) is unknown color: approx Oxley. HEX triplet: 75, A3 and 7C. RGB value is (117,163,124). Sum of RGB (Red+Green+Blue) = 117+163+124=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 163 - color contains mainly: green. Hex color #75A37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A37C is #8A5C83. Grayscale: #909090. Windows color (decimal): -9067652 or 8168309. OLE color: 8168309.

HSL color Cylindrical-coordinate representation of color #75A37C: hue angle of 129.13º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75A37C is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB117163124-
CMYK0.2800.240.36
HSL129.13º20%54.9%-
HSV(B)129.13º28.22%63.92%-
XYZ24.0731.4323.87-
YUV144.8116.26108.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 163 (64.06% from 255) = 40.35%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=28.96%
G=40.35%
B=30.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171631240.2800.240.36129.132054.9
Hex75A37C1C01824811437
Octal16524317434030442012467
Binary1110101101000111111100111000110001001001000000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,163,124); }

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

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

 a { background-color: rgb(117,163,124); }

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

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

 span { border-color: rgb(117,163,124); }

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