Html Css Color HEX #9CA061 Green Smoke

📋 copy color: '#9CA061'

red 156 ◦ green 160 ◦ blue 97

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

Shades of Green Smoke #9CA061

Tints of Green Smoke #9CA061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.49%

R = 37.77%
G = 38.74%
B = 23.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#9CA061 (or 0x9CA061) is known color: Green Smoke. HEX triplet: 9C, A0 and 61. RGB value is (156,160,97). Sum of RGB (Red+Green+Blue) = 156+160+97=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA061 is #635F9E. Grayscale: #979797. Windows color (decimal): -6512543 or 6398108. OLE color: 6398108.

HSL color Cylindrical-coordinate representation of color #9CA061: hue angle of 63.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CA061 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 160 97 -
CMYK 0.02 0 0.39 0.37
HSL 63.81º 0.25% 0.5% -
HSV(B) 63.81º 0.39% 0.63% -
XYZ 28.44 33.07 16.19 -
YUV 151.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 156 160 97 0.02 0 0.39 0.37 63.81 0.25 0.5
Hex 9C A0 61 2 0 27 25 40 19 32
Octal 234 240 141 2 0 47 45 100 31 62
Binary 10011100 10100000 1100001 10 0 100111 100101 1000000 11001 110010

Color Harmonies of #9CA061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA061

Black with #9CA061

Text Example


Text Example

White with #9CA061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,160,97); }

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

background-color css

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

 a { background-color: rgb(156,160,97); }

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

border-color css

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

 span { border-color: rgb(156,160,97); }

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