Html Css Color HEX #9CAA6C Green Smoke

📋 copy color: '#9CAA6C'

red 156 ◦ green 170 ◦ blue 108

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

Shades of Green Smoke #9CAA6C

Tints of Green Smoke #9CAA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.88%

R = 35.94%
G = 39.17%
B = 24.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#9CAA6C (or 0x9CAA6C) is known color: Green Smoke. HEX triplet: 9C, AA and 6C. RGB value is (156,170,108). Sum of RGB (Red+Green+Blue) = 156+170+108=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAA6C is #635593. Grayscale: #9E9E9E. Windows color (decimal): -6509972 or 7121564. OLE color: 7121564.

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

Color convert

RGB 156 170 108 -
CMYK 0.08 0 0.36 0.33
HSL 73.55º 0.27% 0.55% -
HSV(B) 73.55º 0.36% 0.67% -
XYZ 30.79 36.9 19.69 -
YUV 158.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 156 170 108 0.08 0 0.36 0.33 73.55 0.27 0.55
Hex 9C AA 6C 8 0 24 21 4A 1B 37
Octal 234 252 154 10 0 44 41 112 33 67
Binary 10011100 10101010 1101100 1000 0 100100 100001 1001010 11011 110111

Color Harmonies of #9CAA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAA6C

Black with #9CAA6C

Text Example


Text Example

White with #9CAA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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