Html Css Color HEX #999465 Malachite Green

📋 copy color: '#999465'

red 153 ◦ green 148 ◦ blue 101

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

Shades of Malachite Green #999465

Tints of Malachite Green #999465

RGB

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

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

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

R = 38.06%
G = 36.82%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#999465 (or 0x999465) is known color: Malachite Green. HEX triplet: 99, 94 and 65. RGB value is (153,148,101). Sum of RGB (Red+Green+Blue) = 153+148+101=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #999465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999465 is #666B9A. Grayscale: #909090. Windows color (decimal): -6712219 or 6657177. OLE color: 6657177.

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

Color convert

RGB 153 148 101 -
CMYK 0 0.03 0.34 0.4
HSL 54.23º 0.2% 0.5% -
HSV(B) 54.23º 0.34% 0.6% -
XYZ 26.08 28.89 16.51 -
YUV 144.14 103.66 134.32 -
System Red Green Blue C M Y K H S L
Decimal 153 148 101 0 0.03 0.34 0.4 54.23 0.2 0.5
Hex 99 94 65 0 3 22 28 36 14 32
Octal 231 224 145 0 3 42 50 66 24 62
Binary 10011001 10010100 1100101 0 11 100010 101000 110110 10100 110010

Color Harmonies of #999465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999465

Black with #999465

Text Example


Text Example

White with #999465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999465; }

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

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

background-color css

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

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

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

border-color css

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

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

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