Html Css Color HEX #9CA770 Green Smoke

📋 copy color: '#9CA770'

red 156 ◦ green 167 ◦ blue 112

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

Shades of Green Smoke #9CA770

Tints of Green Smoke #9CA770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.39%

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

R = 35.86%
G = 38.39%
B = 25.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#9CA770 (or 0x9CA770) is known color: Green Smoke. HEX triplet: 9C, A7 and 70. RGB value is (156,167,112). Sum of RGB (Red+Green+Blue) = 156+167+112=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA770 is #63588F. Grayscale: #9D9D9D. Windows color (decimal): -6510736 or 7382940. OLE color: 7382940.

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

Color convert

RGB 156 167 112 -
CMYK 0.07 0 0.33 0.35
HSL 72º 0.24% 0.55% -
HSV(B) 72º 0.33% 0.65% -
XYZ 30.45 35.88 20.65 -
YUV 157.44 102.36 126.97 -
System Red Green Blue C M Y K H S L
Decimal 156 167 112 0.07 0 0.33 0.35 72 0.24 0.55
Hex 9C A7 70 7 0 21 23 48 18 37
Octal 234 247 160 7 0 41 43 110 30 67
Binary 10011100 10100111 1110000 111 0 100001 100011 1001000 11000 110111

Color Harmonies of #9CA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA770

Black with #9CA770

Text Example


Text Example

White with #9CA770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,167,112); }

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

background-color css

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

 a { background-color: rgb(156,167,112); }

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

border-color css

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

 span { border-color: rgb(156,167,112); }

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