Html Css Color HEX #969265 Malachite Green

📋 copy color: '#969265'

red 150 ◦ green 146 ◦ blue 101

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

Shades of Malachite Green #969265

Tints of Malachite Green #969265

RGB

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

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

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

R = 37.78%
G = 36.78%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#969265 (or 0x969265) is known color: Malachite Green. HEX triplet: 96, 92 and 65. RGB value is (150,146,101). Sum of RGB (Red+Green+Blue) = 150+146+101=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #969265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969265 is #696D9A. Grayscale: #8E8E8E. Windows color (decimal): -6909339 or 6656662. OLE color: 6656662.

HSL color Cylindrical-coordinate representation of color #969265: hue angle of 55.1º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #969265 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 146 101 -
CMYK 0 0.03 0.33 0.41
HSL 55.1º 0.2% 0.49% -
HSV(B) 55.1º 0.33% 0.59% -
XYZ 25.21 27.98 16.38 -
YUV 142.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 150 146 101 0 0.03 0.33 0.41 55.1 0.2 0.49
Hex 96 92 65 0 3 21 29 37 14 31
Octal 226 222 145 0 3 41 51 67 24 61
Binary 10010110 10010010 1100101 0 11 100001 101001 110111 10100 110001

Color Harmonies of #969265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969265

Black with #969265

Text Example


Text Example

White with #969265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969265; }

 p { color: rgb(150,146,101); }

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

background-color css

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

 a { background-color: rgb(150,146,101); }

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

border-color css

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

 span { border-color: rgb(150,146,101); }

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