Html Css Color HEX #9CA765 Green Smoke

📋 copy color: '#9CA765'

red 156 ◦ green 167 ◦ blue 101

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

Shades of Green Smoke #9CA765

Tints of Green Smoke #9CA765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.82%

R = 36.79%
G = 39.39%
B = 23.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#9CA765 (or 0x9CA765) is known color: Green Smoke. HEX triplet: 9C, A7 and 65. RGB value is (156,167,101). Sum of RGB (Red+Green+Blue) = 156+167+101=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA765 is #63589A. Grayscale: #9C9C9C. Windows color (decimal): -6510747 or 6662044. OLE color: 6662044.

HSL color Cylindrical-coordinate representation of color #9CA765: hue angle of 70º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CA765 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 167 101 -
CMYK 0.07 0 0.40 0.35
HSL 70º 0.27% 0.53% -
HSV(B) 70º 0.4% 0.65% -
XYZ 29.88 35.64 17.62 -
YUV 156.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 156 167 101 0.07 0 0.40 0.35 70 0.27 0.53
Hex 9C A7 65 7 0 28 23 46 1B 35
Octal 234 247 145 7 0 50 43 106 33 65
Binary 10011100 10100111 1100101 111 0 101000 100011 1000110 11011 110101

Color Harmonies of #9CA765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA765

Black with #9CA765

Text Example


Text Example

White with #9CA765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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