Html Css Color HEX #969872 Malachite Green

📋 copy color: '#969872'

red 150 ◦ green 152 ◦ blue 114

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

Shades of Malachite Green #969872

Tints of Malachite Green #969872

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.54%

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

R = 36.06%
G = 36.54%
B = 27.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#969872 (or 0x969872) is known color: Malachite Green. HEX triplet: 96, 98 and 72. RGB value is (150,152,114). Sum of RGB (Red+Green+Blue) = 150+152+114=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #969872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969872 is #69678D. Grayscale: #939393. Windows color (decimal): -6907790 or 7510166. OLE color: 7510166.

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

Color convert

RGB 150 152 114 -
CMYK 0.01 0 0.25 0.40
HSL 63.16º 0.16% 0.52% -
HSV(B) 63.16º 0.25% 0.6% -
XYZ 26.84 30.16 20.33 -
YUV 147.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 150 152 114 0.01 0 0.25 0.40 63.16 0.16 0.52
Hex 96 98 72 1 0 19 28 3F 10 34
Octal 226 230 162 1 0 31 50 77 20 64
Binary 10010110 10011000 1110010 1 0 11001 101000 111111 10000 110100

Color Harmonies of #969872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969872

Black with #969872

Text Example


Text Example

White with #969872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969872; }

 p { color: rgb(150,152,114); }

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

background-color css

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

 a { background-color: rgb(150,152,114); }

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

border-color css

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

 span { border-color: rgb(150,152,114); }

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