Html Css Color HEX #999466 Malachite Green

📋 copy color: '#999466'

red 153 ◦ green 148 ◦ blue 102

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

Shades of Malachite Green #999466

Tints of Malachite Green #999466

RGB

 RED value IS 153 (60.16% from 255) = 37.97%

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

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

R = 37.97%
G = 36.72%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#999466 (or 0x999466) is known color: Malachite Green. HEX triplet: 99, 94 and 66. RGB value is (153,148,102). Sum of RGB (Red+Green+Blue) = 153+148+102=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #999466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999466 is #666B99. Grayscale: #909090. Windows color (decimal): -6712218 or 6722713. OLE color: 6722713.

HSL color Cylindrical-coordinate representation of color #999466: hue angle of 54.12º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #999466 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 148 102 -
CMYK 0 0.03 0.33 0.4
HSL 54.12º 0.2% 0.5% -
HSV(B) 54.12º 0.33% 0.6% -
XYZ 26.13 28.91 16.77 -
YUV 144.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 153 148 102 0 0.03 0.33 0.4 54.12 0.2 0.5
Hex 99 94 66 0 3 21 28 36 14 32
Octal 231 224 146 0 3 41 50 66 24 62
Binary 10011001 10010100 1100110 0 11 100001 101000 110110 10100 110010

Color Harmonies of #999466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999466

Black with #999466

Text Example


Text Example

White with #999466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999466; }

 p { color: rgb(153,148,102); }

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

background-color css

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

 a { background-color: rgb(153,148,102); }

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

border-color css

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

 span { border-color: rgb(153,148,102); }

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