Html Css Color HEX #9DAA68 Green Smoke

📋 copy color: '#9DAA68'

red 157 ◦ green 170 ◦ blue 104

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

Shades of Green Smoke #9DAA68

Tints of Green Smoke #9DAA68

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.44%

 BLUE value IS 104 (41.02% from 255) = 24.13%

R = 36.43%
G = 39.44%
B = 24.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#9DAA68 (or 0x9DAA68) is known color: Green Smoke. HEX triplet: 9D, AA and 68. RGB value is (157,170,104). Sum of RGB (Red+Green+Blue) = 157+170+104=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAA68 is #625597. Grayscale: #9E9E9E. Windows color (decimal): -6444440 or 6859421. OLE color: 6859421.

HSL color Cylindrical-coordinate representation of color #9DAA68: hue angle of 71.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DAA68 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 170 104 -
CMYK 0.08 0 0.39 0.33
HSL 71.82º 0.28% 0.54% -
HSV(B) 71.82º 0.39% 0.67% -
XYZ 30.78 36.92 18.6 -
YUV 158.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 157 170 104 0.08 0 0.39 0.33 71.82 0.28 0.54
Hex 9D AA 68 8 0 27 21 48 1C 36
Octal 235 252 150 10 0 47 41 110 34 66
Binary 10011101 10101010 1101000 1000 0 100111 100001 1001000 11100 110110

Color Harmonies of #9DAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAA68

Black with #9DAA68

Text Example


Text Example

White with #9DAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,170,104); }

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

background-color css

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

 a { background-color: rgb(157,170,104); }

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

border-color css

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

 span { border-color: rgb(157,170,104); }

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