Html Css Color HEX #969467 Malachite Green

📋 copy color: '#969467'

red 150 ◦ green 148 ◦ blue 103

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

Shades of Malachite Green #969467

Tints of Malachite Green #969467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.69%

R = 37.41%
G = 36.91%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#969467 (or 0x969467) is known color: Malachite Green. HEX triplet: 96, 94 and 67. RGB value is (150,148,103). Sum of RGB (Red+Green+Blue) = 150+148+103=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #969467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969467 is #696B98. Grayscale: #8F8F8F. Windows color (decimal): -6908825 or 6788246. OLE color: 6788246.

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

Color convert

RGB 150 148 103 -
CMYK 0 0.01 0.31 0.41
HSL 57.45º 0.19% 0.5% -
HSV(B) 57.45º 0.31% 0.59% -
XYZ 25.62 28.64 17.01 -
YUV 143.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 150 148 103 0 0.01 0.31 0.41 57.45 0.19 0.5
Hex 96 94 67 0 1 1F 29 39 13 32
Octal 226 224 147 0 1 37 51 71 23 62
Binary 10010110 10010100 1100111 0 1 11111 101001 111001 10011 110010

Color Harmonies of #969467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969467

Black with #969467

Text Example


Text Example

White with #969467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969467; }

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

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

background-color css

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

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

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

border-color css

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

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

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