Html Css Color HEX #9CB760 Green Smoke

📋 copy color: '#9CB760'

red 156 ◦ green 183 ◦ blue 96

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

Shades of Green Smoke #9CB760

Tints of Green Smoke #9CB760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.07%

 BLUE value IS 96 (37.89% from 255) = 22.07%

R = 35.86%
G = 42.07%
B = 22.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#9CB760 (or 0x9CB760) is known color: Green Smoke. HEX triplet: 9C, B7 and 60. RGB value is (156,183,96). Sum of RGB (Red+Green+Blue) = 156+183+96=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB760 is #63489F. Grayscale: #A5A5A5. Windows color (decimal): -6506656 or 6338460. OLE color: 6338460.

HSL color Cylindrical-coordinate representation of color #9CB760: hue angle of 78.62º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CB760 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 183 96 -
CMYK 0.15 0 0.48 0.28
HSL 78.62º 0.38% 0.55% -
HSV(B) 78.62º 0.48% 0.72% -
XYZ 32.76 41.78 17.4 -
YUV 165.01 89.05 121.57 -
System Red Green Blue C M Y K H S L
Decimal 156 183 96 0.15 0 0.48 0.28 78.62 0.38 0.55
Hex 9C B7 60 F 0 30 1C 4F 26 37
Octal 234 267 140 17 0 60 34 117 46 67
Binary 10011100 10110111 1100000 1111 0 110000 11100 1001111 100110 110111

Color Harmonies of #9CB760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB760

Black with #9CB760

Text Example


Text Example

White with #9CB760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,183,96); }

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

background-color css

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

 a { background-color: rgb(156,183,96); }

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

border-color css

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

 span { border-color: rgb(156,183,96); }

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