Html Css Color HEX #969465 Malachite Green

📋 copy color: '#969465'

red 150 ◦ green 148 ◦ blue 101

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

Shades of Malachite Green #969465

Tints of Malachite Green #969465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

 BLUE value IS 101 (39.84% from 255) = 25.31%

R = 37.59%
G = 37.09%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#969465 (or 0x969465) is known color: Malachite Green. HEX triplet: 96, 94 and 65. RGB value is (150,148,101). Sum of RGB (Red+Green+Blue) = 150+148+101=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #969465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969465 is #696B9A. Grayscale: #8F8F8F. Windows color (decimal): -6908827 or 6657174. OLE color: 6657174.

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

Color convert

RGB 150 148 101 -
CMYK 0 0.01 0.33 0.41
HSL 57.55º 0.2% 0.49% -
HSV(B) 57.55º 0.33% 0.59% -
XYZ 25.52 28.6 16.49 -
YUV 143.24 104.16 132.82 -
System Red Green Blue C M Y K H S L
Decimal 150 148 101 0 0.01 0.33 0.41 57.55 0.2 0.49
Hex 96 94 65 0 1 21 29 3A 14 31
Octal 226 224 145 0 1 41 51 72 24 61
Binary 10010110 10010100 1100101 0 1 100001 101001 111010 10100 110001

Color Harmonies of #969465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969465

Black with #969465

Text Example


Text Example

White with #969465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969465; }

 p { color: rgb(150,148,101); }

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

background-color css

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

 a { background-color: rgb(150,148,101); }

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

border-color css

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

 span { border-color: rgb(150,148,101); }

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