#75907F

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

Shades of Oxley #75907F

Tints of Oxley #75907F

Color information

#75907F (or 0x75907F) is unknown color: approx Oxley. HEX triplet: 75, 90 and 7F. RGB value is (117,144,127). Sum of RGB (Red+Green+Blue) = 117+144+127=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 144 - color contains mainly: green. Hex color #75907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75907F is #8A6F80. Grayscale: #868686. Windows color (decimal): -9072513 or 8360053. OLE color: 8360053.

HSL color Cylindrical-coordinate representation of color #75907F: hue angle of 142.22º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75907F is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB117144127-
CMYK0.1900.120.44
HSL142.22º10.84%51.18%-
HSV(B)142.22º18.75%56.47%-
XYZ21.1425.2623.84-
YUV133.99124.05115.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 144 (56.64% from 255) = 37.11%
BLUE value IS 127 (50% from 255) = 32.73%
R=30.15%
G=37.11%
B=32.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171441270.1900.120.44142.2210.8451.18
Hex75907F130C2C8eb33
Octal16522017723014542161363
Binary11101011001000011111111001101100101100100011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75907F; }

 p { color: rgb(117,144,127); }

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

<style>
 a { background-color: #75907F; }

 a { background-color: rgb(117,144,127); }

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

<style>
 span { border-color: #75907F; }

 span { border-color: rgb(117,144,127); }

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