Html Css Color HEX #969973 Malachite Green

📋 copy color: '#969973'

red 150 ◦ green 153 ◦ blue 115

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

Shades of Malachite Green #969973

Tints of Malachite Green #969973

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.6%

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 35.89%
G = 36.6%
B = 27.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#969973 (or 0x969973) is known color: Malachite Green. HEX triplet: 96, 99 and 73. RGB value is (150,153,115). Sum of RGB (Red+Green+Blue) = 150+153+115=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #969973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969973 is #69668C. Grayscale: #939393. Windows color (decimal): -6907533 or 7575958. OLE color: 7575958.

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

Color convert

RGB 150 153 115 -
CMYK 0.02 0 0.25 0.4
HSL 64.74º 0.16% 0.53% -
HSV(B) 64.74º 0.25% 0.6% -
XYZ 27.06 30.5 20.68 -
YUV 147.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 150 153 115 0.02 0 0.25 0.4 64.74 0.16 0.53
Hex 96 99 73 2 0 19 28 41 10 35
Octal 226 231 163 2 0 31 50 101 20 65
Binary 10010110 10011001 1110011 10 0 11001 101000 1000001 10000 110101

Color Harmonies of #969973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969973

Black with #969973

Text Example


Text Example

White with #969973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969973; }

 p { color: rgb(150,153,115); }

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

background-color css

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

 a { background-color: rgb(150,153,115); }

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

border-color css

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

 span { border-color: rgb(150,153,115); }

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