#75A576

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

Shades of Oxley #75A576

Tints of Oxley #75A576

Color information

#75A576 (or 0x75A576) is unknown color: approx Oxley. HEX triplet: 75, A5 and 76. RGB value is (117,165,118). Sum of RGB (Red+Green+Blue) = 117+165+118=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #75A576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A576 is #8A5A89. Grayscale: #919191. Windows color (decimal): -9067146 or 7775605. OLE color: 7775605.

HSL color Cylindrical-coordinate representation of color #75A576: hue angle of 121.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 #75A576 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB117165118-
CMYK0.2900.280.35
HSL121.25º21.05%55.29%-
HSV(B)121.25º29.09%64.71%-
XYZ24.063222.05-
YUV145.29112.6107.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 118 (46.48% from 255) = 29.5%
R=29.25%
G=41.25%
B=29.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171651180.2900.280.35121.2521.0555.29
Hex75A5761D01C23791537
Octal16524516635034431712567
Binary111010110100101111011011101011100100011111100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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