Html Css Color HEX #96A05A Green Smoke

📋 copy color: '#96A05A'

red 150 ◦ green 160 ◦ blue 90

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

Shades of Green Smoke #96A05A

Tints of Green Smoke #96A05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.5%

R = 37.5%
G = 40%
B = 22.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#96A05A (or 0x96A05A) is known color: Green Smoke. HEX triplet: 96, A0 and 5A. RGB value is (150,160,90). Sum of RGB (Red+Green+Blue) = 150+160+90=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 160 - color contains mainly: green. Hex color #96A05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A05A is #695FA5. Grayscale: #959595. Windows color (decimal): -6905766 or 5939350. OLE color: 5939350.

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

Color convert

RGB 150 160 90 -
CMYK 0.06 0 0.44 0.37
HSL 68.57º 0.28% 0.49% -
HSV(B) 68.57º 0.44% 0.63% -
XYZ 26.99 32.36 14.5 -
YUV 149.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 150 160 90 0.06 0 0.44 0.37 68.57 0.28 0.49
Hex 96 A0 5A 6 0 2C 25 45 1C 31
Octal 226 240 132 6 0 54 45 105 34 61
Binary 10010110 10100000 1011010 110 0 101100 100101 1000101 11100 110001

Color Harmonies of #96A05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A05A

Black with #96A05A

Text Example


Text Example

White with #96A05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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