Html Css Color HEX #959772 Malachite Green

📋 copy color: '#959772'

red 149 ◦ green 151 ◦ blue 114

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

Shades of Malachite Green #959772

Tints of Malachite Green #959772

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.47%

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 35.99%
G = 36.47%
B = 27.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#959772 (or 0x959772) is known color: Malachite Green. HEX triplet: 95, 97 and 72. RGB value is (149,151,114). Sum of RGB (Red+Green+Blue) = 149+151+114=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 151 - color contains mainly: green. Hex color #959772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959772 is #6A688D. Grayscale: #929292. Windows color (decimal): -6973582 or 7509909. OLE color: 7509909.

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

Color convert

RGB 149 151 114 -
CMYK 0.01 0 0.25 0.41
HSL 63.24º 0.15% 0.52% -
HSV(B) 63.24º 0.25% 0.59% -
XYZ 26.5 29.74 20.26 -
YUV 146.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 149 151 114 0.01 0 0.25 0.41 63.24 0.15 0.52
Hex 95 97 72 1 0 19 29 3F F 34
Octal 225 227 162 1 0 31 51 77 17 64
Binary 10010101 10010111 1110010 1 0 11001 101001 111111 1111 110100

Color Harmonies of #959772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959772

Black with #959772

Text Example


Text Example

White with #959772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959772; }

 p { color: rgb(149,151,114); }

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

background-color css

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

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

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

border-color css

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

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

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