Html Css Color HEX #969469 Malachite Green

📋 copy color: '#969469'

red 150 ◦ green 148 ◦ blue 105

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

Shades of Malachite Green #969469

Tints of Malachite Green #969469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.05%

R = 37.22%
G = 36.72%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#969469 (or 0x969469) is known color: Malachite Green. HEX triplet: 96, 94 and 69. RGB value is (150,148,105). Sum of RGB (Red+Green+Blue) = 150+148+105=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #969469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969469 is #696B96. Grayscale: #8F8F8F. Windows color (decimal): -6908823 or 6919318. OLE color: 6919318.

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

Color convert

RGB 150 148 105 -
CMYK 0 0.01 0.30 0.41
HSL 57.33º 0.18% 0.5% -
HSV(B) 57.33º 0.3% 0.59% -
XYZ 25.72 28.68 17.55 -
YUV 143.7 106.16 132.5 -
System Red Green Blue C M Y K H S L
Decimal 150 148 105 0 0.01 0.30 0.41 57.33 0.18 0.5
Hex 96 94 69 0 1 1E 29 39 12 32
Octal 226 224 151 0 1 36 51 71 22 62
Binary 10010110 10010100 1101001 0 1 11110 101001 111001 10010 110010

Color Harmonies of #969469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969469

Black with #969469

Text Example


Text Example

White with #969469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969469; }

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

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

background-color css

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

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

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

border-color css

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

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

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