Html Css Color HEX #9AAB70 Green Smoke

📋 copy color: '#9AAB70'

red 154 ◦ green 171 ◦ blue 112

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

Shades of Green Smoke #9AAB70

Tints of Green Smoke #9AAB70

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.13%

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

R = 35.24%
G = 39.13%
B = 25.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#9AAB70 (or 0x9AAB70) is known color: Green Smoke. HEX triplet: 9A, AB and 70. RGB value is (154,171,112). Sum of RGB (Red+Green+Blue) = 154+171+112=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAB70 is #65548F. Grayscale: #9F9F9F. Windows color (decimal): -6640784 or 7383962. OLE color: 7383962.

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

Color convert

RGB 154 171 112 -
CMYK 0.10 0 0.35 0.33
HSL 77.29º 0.26% 0.55% -
HSV(B) 77.29º 0.35% 0.67% -
XYZ 30.81 37.17 20.88 -
YUV 159.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 154 171 112 0.10 0 0.35 0.33 77.29 0.26 0.55
Hex 9A AB 70 A 0 23 21 4D 1A 37
Octal 232 253 160 12 0 43 41 115 32 67
Binary 10011010 10101011 1110000 1010 0 100011 100001 1001101 11010 110111

Color Harmonies of #9AAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAB70

Black with #9AAB70

Text Example


Text Example

White with #9AAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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