Html Css Color HEX #95956A Malachite Green

📋 copy color: '#95956A'

red 149 ◦ green 149 ◦ blue 106

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

Shades of Malachite Green #95956A

Tints of Malachite Green #95956A

RGB

 RED value IS 149 (58.59% from 255) = 36.88%

 GREEN value IS 149 (58.59% from 255) = 36.88%

 BLUE value IS 106 (41.8% from 255) = 26.24%

R = 36.88%
G = 36.88%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95956A (or 0x95956A) is known color: Malachite Green. HEX triplet: 95, 95 and 6A. RGB value is (149,149,106). Sum of RGB (Red+Green+Blue) = 149+149+106=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 149 - color contains mainly: red, green. Hex color #95956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95956A is #6A6A95. Grayscale: #909090. Windows color (decimal): -6974102 or 6985109. OLE color: 6985109.

HSL color Cylindrical-coordinate representation of color #95956A: hue angle of 60º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95956A is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 149 106 -
CMYK 0 0 0.29 0.42
HSL 60º 0.17% 0.5% -
HSV(B) 60º 0.29% 0.58% -
XYZ 25.74 28.93 17.86 -
YUV 144.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 149 149 106 0 0 0.29 0.42 60 0.17 0.5
Hex 95 95 6A 0 0 1D 2A 3C 11 32
Octal 225 225 152 0 0 35 52 74 21 62
Binary 10010101 10010101 1101010 0 0 11101 101010 111100 10001 110010

Color Harmonies of #95956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95956A

Black with #95956A

Text Example


Text Example

White with #95956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95956A; }

 p { color: rgb(149,149,106); }

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

background-color css

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

 a { background-color: rgb(149,149,106); }

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

border-color css

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

 span { border-color: rgb(149,149,106); }

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