#75A37B

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

Shades of Oxley #75A37B

Tints of Oxley #75A37B

Color information

#75A37B (or 0x75A37B) is unknown color: approx Oxley. HEX triplet: 75, A3 and 7B. RGB value is (117,163,123). Sum of RGB (Red+Green+Blue) = 117+163+123=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 163 - color contains mainly: green. Hex color #75A37B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A37B is #8A5C84. Grayscale: #909090. Windows color (decimal): -9067653 or 8102773. OLE color: 8102773.

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

Color convert

RGB117163123-
CMYK0.2800.250.36
HSL127.83º20%54.9%-
HSV(B)127.83º28.22%63.92%-
XYZ24.0131.4123.54-
YUV144.69115.76108.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 163 (64.06% from 255) = 40.45%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=29.03%
G=40.45%
B=30.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171631230.2800.250.36127.832054.9
Hex75A37B1C01924801437
Octal16524317334031442002467
Binary1110101101000111111011111000110011001001000000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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