Html Css Color HEX #9AAA70 Green Smoke

📋 copy color: '#9AAA70'

red 154 ◦ green 170 ◦ blue 112

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

Shades of Green Smoke #9AAA70

Tints of Green Smoke #9AAA70

RGB

 RED value IS 154 (60.55% from 255) = 35.32%

 GREEN value IS 170 (66.8% from 255) = 38.99%

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 35.32%
G = 38.99%
B = 25.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#9AAA70 (or 0x9AAA70) is known color: Green Smoke. HEX triplet: 9A, AA and 70. RGB value is (154,170,112). Sum of RGB (Red+Green+Blue) = 154+170+112=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA70 is #65558F. Grayscale: #9E9E9E. Windows color (decimal): -6641040 or 7383706. OLE color: 7383706.

HSL color Cylindrical-coordinate representation of color #9AAA70: hue angle of 76.55º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AAA70 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 170 112 -
CMYK 0.09 0 0.34 0.33
HSL 76.55º 0.25% 0.55% -
HSV(B) 76.55º 0.34% 0.67% -
XYZ 30.63 36.79 20.82 -
YUV 158.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 154 170 112 0.09 0 0.34 0.33 76.55 0.25 0.55
Hex 9A AA 70 9 0 22 21 4D 19 37
Octal 232 252 160 11 0 42 41 115 31 67
Binary 10011010 10101010 1110000 1001 0 100010 100001 1001101 11001 110111

Color Harmonies of #9AAA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA70

Black with #9AAA70

Text Example


Text Example

White with #9AAA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AAA70; }

 p { color: rgb(154,170,112); }

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

background-color css

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

 a { background-color: rgb(154,170,112); }

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

border-color css

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

 span { border-color: rgb(154,170,112); }

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