Html Css Color HEX #9DAB70 Green Smoke

📋 copy color: '#9DAB70'

red 157 ◦ green 171 ◦ blue 112

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

Shades of Green Smoke #9DAB70

Tints of Green Smoke #9DAB70

RGB

 RED value IS 157 (61.72% from 255) = 35.68%

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

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

R = 35.68%
G = 38.86%
B = 25.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#9DAB70 (or 0x9DAB70) is known color: Green Smoke. HEX triplet: 9D, AB and 70. RGB value is (157,171,112). Sum of RGB (Red+Green+Blue) = 157+171+112=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAB70 is #62548F. Grayscale: #A0A0A0. Windows color (decimal): -6444176 or 7383965. OLE color: 7383965.

HSL color Cylindrical-coordinate representation of color #9DAB70: hue angle of 74.24º 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 #9DAB70 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 171 112 -
CMYK 0.08 0 0.35 0.33
HSL 74.24º 0.26% 0.55% -
HSV(B) 74.24º 0.35% 0.67% -
XYZ 31.39 37.46 20.91 -
YUV 160.09 100.86 125.8 -
System Red Green Blue C M Y K H S L
Decimal 157 171 112 0.08 0 0.35 0.33 74.24 0.26 0.55
Hex 9D AB 70 8 0 23 21 4A 1A 37
Octal 235 253 160 10 0 43 41 112 32 67
Binary 10011101 10101011 1110000 1000 0 100011 100001 1001010 11010 110111

Color Harmonies of #9DAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAB70

Black with #9DAB70

Text Example


Text Example

White with #9DAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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