#75A280

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

Shades of Oxley #75A280

Tints of Oxley #75A280

Color information

#75A280 (or 0x75A280) is unknown color: approx Oxley. HEX triplet: 75, A2 and 80. RGB value is (117,162,128). Sum of RGB (Red+Green+Blue) = 117+162+128=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #75A280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A280 is #8A5D7F. Grayscale: #909090. Windows color (decimal): -9067904 or 8430197. OLE color: 8430197.

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

Color convert

RGB117162128-
CMYK0.2800.210.36
HSL134.67º19.48%54.71%-
HSV(B)134.67º27.78%63.53%-
XYZ24.1531.1825.17-
YUV144.67118.59108.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.75%
GREEN value IS 162 (63.67% from 255) = 39.80%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=28.75%
G=39.80%
B=31.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171621280.2800.210.36134.6719.4854.71
Hex75A2801C01524871337
Octal16524220034025442072367
Binary11101011010001010000000111000101011001001000011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,162,128); }

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

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

 a { background-color: rgb(117,162,128); }

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

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

 span { border-color: rgb(117,162,128); }

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