Html Css Color HEX #969566 Malachite Green

📋 copy color: '#969566'

red 150 ◦ green 149 ◦ blue 102

#969566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite Green #969566

Tints of Malachite Green #969566

RGB

 RED value IS 150 (58.98% from 255) = 37.41%

 GREEN value IS 149 (58.59% from 255) = 37.16%

 BLUE value IS 102 (40.23% from 255) = 25.44%

R = 37.41%
G = 37.16%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#969566 (or 0x969566) is known color: Malachite Green. HEX triplet: 96, 95 and 66. RGB value is (150,149,102). Sum of RGB (Red+Green+Blue) = 150+149+102=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #969566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969566 is #696A99. Grayscale: #909090. Windows color (decimal): -6908570 or 6722966. OLE color: 6722966.

HSL color Cylindrical-coordinate representation of color #969566: hue angle of 58.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #969566 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 149 102 -
CMYK 0 0.01 0.32 0.41
HSL 58.75º 0.19% 0.49% -
HSV(B) 58.75º 0.32% 0.59% -
XYZ 25.72 28.94 16.8 -
YUV 143.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 150 149 102 0 0.01 0.32 0.41 58.75 0.19 0.49
Hex 96 95 66 0 1 20 29 3B 13 31
Octal 226 225 146 0 1 40 51 73 23 61
Binary 10010110 10010101 1100110 0 1 100000 101001 111011 10011 110001

Color Harmonies of #969566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969566

Black with #969566

Text Example


Text Example

White with #969566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969566; }

 p { color: rgb(150,149,102); }

 H1.HeaderClassName
 {
   color: #969566;
 }
 .AnyTagClassName
 {
   color: #969566;
 }
</style>

background-color css

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

 a { background-color: rgb(150,149,102); }

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

border-color css

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

 span { border-color: rgb(150,149,102); }

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