#75967E

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

Shades of Oxley #75967E

Tints of Oxley #75967E

Color information

#75967E (or 0x75967E) is unknown color: approx Oxley. HEX triplet: 75, 96 and 7E. RGB value is (117,150,126). Sum of RGB (Red+Green+Blue) = 117+150+126=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #75967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75967E is #8A6981. Grayscale: #898989. Windows color (decimal): -9070978 or 8296053. OLE color: 8296053.

HSL color Cylindrical-coordinate representation of color #75967E: hue angle of 136.36º 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 #75967E is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB117150126-
CMYK0.2200.160.41
HSL136.36º13.58%52.35%-
HSV(B)136.36º22%58.82%-
XYZ22.0127.123.81-
YUV137.4121.57113.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.77%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=29.77%
G=38.17%
B=32.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171501260.2200.160.41136.3613.5852.35
Hex75967E160102988e34
Octal16522617626020512101664
Binary111010110010110111111010110010000101001100010001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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