Html Css Color HEX #9CAA6E Green Smoke

📋 copy color: '#9CAA6E'

red 156 ◦ green 170 ◦ blue 110

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

Shades of Green Smoke #9CAA6E

Tints of Green Smoke #9CAA6E

RGB

 RED value IS 156 (61.33% from 255) = 35.78%

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

 BLUE value IS 110 (43.36% from 255) = 25.23%

R = 35.78%
G = 38.99%
B = 25.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#9CAA6E (or 0x9CAA6E) is known color: Green Smoke. HEX triplet: 9C, AA and 6E. RGB value is (156,170,110). Sum of RGB (Red+Green+Blue) = 156+170+110=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAA6E is #635591. Grayscale: #9F9F9F. Windows color (decimal): -6509970 or 7252636. OLE color: 7252636.

HSL color Cylindrical-coordinate representation of color #9CAA6E: hue angle of 74º 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 #9CAA6E is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 170 110 -
CMYK 0.08 0 0.35 0.33
HSL 74º 0.26% 0.55% -
HSV(B) 74º 0.35% 0.67% -
XYZ 30.9 36.94 20.25 -
YUV 158.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 156 170 110 0.08 0 0.35 0.33 74 0.26 0.55
Hex 9C AA 6E 8 0 23 21 4A 1A 37
Octal 234 252 156 10 0 43 41 112 32 67
Binary 10011100 10101010 1101110 1000 0 100011 100001 1001010 11010 110111

Color Harmonies of #9CAA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAA6E

Black with #9CAA6E

Text Example


Text Example

White with #9CAA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,170,110); }

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

background-color css

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

 a { background-color: rgb(156,170,110); }

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

border-color css

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

 span { border-color: rgb(156,170,110); }

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