#75967C

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

Shades of Oxley #75967C

Tints of Oxley #75967C

Color information

#75967C (or 0x75967C) is unknown color: approx Oxley. HEX triplet: 75, 96 and 7C. RGB value is (117,150,124). Sum of RGB (Red+Green+Blue) = 117+150+124=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 150 - color contains mainly: green. Hex color #75967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75967C is #8A6983. Grayscale: #898989. Windows color (decimal): -9070980 or 8164981. OLE color: 8164981.

HSL color Cylindrical-coordinate representation of color #75967C: hue angle of 132.73º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75967C is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB117150124-
CMYK0.2200.170.41
HSL132.73º13.58%52.35%-
HSV(B)132.73º22%58.82%-
XYZ21.8827.0523.14-
YUV137.17120.57113.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=29.92%
G=38.36%
B=31.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171501240.2200.170.41132.7313.5852.35
Hex75967C160112985e34
Octal16522617426021512051664
Binary111010110010110111110010110010001101001100001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75967C; }

 p { color: rgb(117,150,124); }

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

<style>
 a { background-color: #75967C; }

 a { background-color: rgb(117,150,124); }

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

<style>
 span { border-color: #75967C; }

 span { border-color: rgb(117,150,124); }

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