Html Css Color HEX #96A060 Green Smoke

📋 copy color: '#96A060'

red 150 ◦ green 160 ◦ blue 96

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

Shades of Green Smoke #96A060

Tints of Green Smoke #96A060

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.41%

 BLUE value IS 96 (37.89% from 255) = 23.65%

R = 36.95%
G = 39.41%
B = 23.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#96A060 (or 0x96A060) is known color: Green Smoke. HEX triplet: 96, A0 and 60. RGB value is (150,160,96). Sum of RGB (Red+Green+Blue) = 150+160+96=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 160 - color contains mainly: green. Hex color #96A060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A060 is #695F9F. Grayscale: #959595. Windows color (decimal): -6905760 or 6332566. OLE color: 6332566.

HSL color Cylindrical-coordinate representation of color #96A060: hue angle of 69.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96A060 is Cyan = 0.06, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 160 96 -
CMYK 0.06 0 0.4 0.37
HSL 69.38º 0.25% 0.5% -
HSV(B) 69.38º 0.4% 0.63% -
XYZ 27.26 32.47 15.9 -
YUV 149.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 150 160 96 0.06 0 0.4 0.37 69.38 0.25 0.5
Hex 96 A0 60 6 0 28 25 45 19 32
Octal 226 240 140 6 0 50 45 105 31 62
Binary 10010110 10100000 1100000 110 0 101000 100101 1000101 11001 110010

Color Harmonies of #96A060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A060

Black with #96A060

Text Example


Text Example

White with #96A060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A060; }

 p { color: rgb(150,160,96); }

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

background-color css

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

 a { background-color: rgb(150,160,96); }

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

border-color css

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

 span { border-color: rgb(150,160,96); }

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