#968D8F

Color #968D8F Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #968D8F

Tints of Venus #968D8F

Color information

#968D8F (or 0x968D8F) is unknown color: approx Venus. HEX triplet: 96, 8D and 8F. RGB value is (150,141,143). Sum of RGB (Red+Green+Blue) = 150+141+143=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 150 - color contains mainly: red. Hex color #968D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968D8F is #697270. Grayscale: #8F8F8F. Windows color (decimal): -6910577 or 9407894. OLE color: 9407894.

HSL color Cylindrical-coordinate representation of color #968D8F: hue angle of 346.67º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #968D8F is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB150141143-
CMYK00.060.050.41
HSL346.67º4.11%57.06%-
HSV(B)346.67º6%58.82%-
XYZ27.0627.5229.87-
YUV143.92127.48132.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 143 (56.25% from 255) = 32.95%
R=34.56%
G=32.49%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014114300.060.050.41346.674.1157.06
Hex968D8F0652915b439
Octal22621521706551533471
Binary1001011010001101100011110110101101001101011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968D8F; }

 p { color: rgb(150,141,143); }

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

<style>
 a { background-color: #968D8F; }

 a { background-color: rgb(150,141,143); }

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

<style>
 span { border-color: #968D8F; }

 span { border-color: rgb(150,141,143); }

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