Html Css Color HEX #959268 Malachite Green

📋 copy color: '#959268'

red 149 ◦ green 146 ◦ blue 104

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

Shades of Malachite Green #959268

Tints of Malachite Green #959268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.59%

 BLUE value IS 104 (41.02% from 255) = 26.07%

R = 37.34%
G = 36.59%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#959268 (or 0x959268) is known color: Malachite Green. HEX triplet: 95, 92 and 68. RGB value is (149,146,104). Sum of RGB (Red+Green+Blue) = 149+146+104=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #959268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959268 is #6A6D97. Grayscale: #8E8E8E. Windows color (decimal): -6974872 or 6853269. OLE color: 6853269.

HSL color Cylindrical-coordinate representation of color #959268: hue angle of 56º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #959268 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 146 104 -
CMYK 0 0.02 0.30 0.42
HSL 56º 0.18% 0.5% -
HSV(B) 56º 0.3% 0.58% -
XYZ 25.17 27.95 17.16 -
YUV 142.11 106.49 132.92 -
System Red Green Blue C M Y K H S L
Decimal 149 146 104 0 0.02 0.30 0.42 56 0.18 0.5
Hex 95 92 68 0 2 1E 2A 38 12 32
Octal 225 222 150 0 2 36 52 70 22 62
Binary 10010101 10010010 1101000 0 10 11110 101010 111000 10010 110010

Color Harmonies of #959268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959268

Black with #959268

Text Example


Text Example

White with #959268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959268; }

 p { color: rgb(149,146,104); }

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

background-color css

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

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

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

border-color css

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

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

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