#969976

Color #969976 Malachite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite Green #969976

Tints of Malachite Green #969976

Color information

#969976 (or 0x969976) is unknown color: approx Malachite Green. HEX triplet: 96, 99 and 76. RGB value is (150,153,118). Sum of RGB (Red+Green+Blue) = 150+153+118=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 153 - color contains mainly: green. Hex color #969976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969976 is #696689. Grayscale: #949494. Windows color (decimal): -6907530 or 7772566. OLE color: 7772566.

HSL color Cylindrical-coordinate representation of color #969976: hue angle of 65.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #969976 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB150153118-
CMYK0.0200.230.4
HSL65.14º14.64%53.14%-
HSV(B)65.14º22.88%60%-
XYZ27.2430.5721.61-
YUV148.11111.01129.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 153 (60.16% from 255) = 36.34%
BLUE value IS 118 (46.48% from 255) = 28.03%
R=35.63%
G=36.34%
B=28.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1501531180.0200.230.465.1414.6453.14
Hex96997620172841f35
Octal2262311662027501011765
Binary100101101001100111101101001011110100010000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969976; }

 p { color: rgb(150,153,118); }

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

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

 a { background-color: rgb(150,153,118); }

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

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

 span { border-color: rgb(150,153,118); }

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