#75A57A

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

Shades of Oxley #75A57A

Tints of Oxley #75A57A

Color information

#75A57A (or 0x75A57A) is unknown color: approx Oxley. HEX triplet: 75, A5 and 7A. RGB value is (117,165,122). Sum of RGB (Red+Green+Blue) = 117+165+122=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #75A57A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A57A is #8A5A85. Grayscale: #919191. Windows color (decimal): -9067142 or 8037749. OLE color: 8037749.

HSL color Cylindrical-coordinate representation of color #75A57A: hue angle of 126.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A57A is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB117165122-
CMYK0.2900.260.35
HSL126.25º21.05%55.29%-
HSV(B)126.25º29.09%64.71%-
XYZ24.332.123.33-
YUV145.75114.6107.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 165 (64.84% from 255) = 40.84%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=28.96%
G=40.84%
B=30.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171651220.2900.260.35126.2521.0555.29
Hex75A57A1D01A237e1537
Octal16524517235032431762567
Binary111010110100101111101011101011010100011111111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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