Html Css Color HEX #9BAB70 Green Smoke

📋 copy color: '#9BAB70'

red 155 ◦ green 171 ◦ blue 112

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

Shades of Green Smoke #9BAB70

Tints of Green Smoke #9BAB70

RGB

 RED value IS 155 (60.94% from 255) = 35.39%

 GREEN value IS 171 (67.19% from 255) = 39.04%

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

R = 35.39%
G = 39.04%
B = 25.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#9BAB70 (or 0x9BAB70) is known color: Green Smoke. HEX triplet: 9B, AB and 70. RGB value is (155,171,112). Sum of RGB (Red+Green+Blue) = 155+171+112=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB70 is #64548F. Grayscale: #9F9F9F. Windows color (decimal): -6575248 or 7383963. OLE color: 7383963.

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

Color convert

RGB 155 171 112 -
CMYK 0.09 0 0.35 0.33
HSL 76.27º 0.26% 0.55% -
HSV(B) 76.27º 0.35% 0.67% -
XYZ 31.01 37.26 20.89 -
YUV 159.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 155 171 112 0.09 0 0.35 0.33 76.27 0.26 0.55
Hex 9B AB 70 9 0 23 21 4C 1A 37
Octal 233 253 160 11 0 43 41 114 32 67
Binary 10011011 10101011 1110000 1001 0 100011 100001 1001100 11010 110111

Color Harmonies of #9BAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB70

Black with #9BAB70

Text Example


Text Example

White with #9BAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,171,112); }

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

background-color css

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

 a { background-color: rgb(155,171,112); }

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

border-color css

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

 span { border-color: rgb(155,171,112); }

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