Html Css Color HEX #9DA85F Green Smoke

📋 copy color: '#9DA85F'

red 157 ◦ green 168 ◦ blue 95

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

Shades of Green Smoke #9DA85F

Tints of Green Smoke #9DA85F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40%

 BLUE value IS 95 (37.5% from 255) = 22.62%

R = 37.38%
G = 40%
B = 22.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#9DA85F (or 0x9DA85F) is known color: Green Smoke. HEX triplet: 9D, A8 and 5F. RGB value is (157,168,95). Sum of RGB (Red+Green+Blue) = 157+168+95=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA85F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA85F is #6257A0. Grayscale: #9C9C9C. Windows color (decimal): -6444961 or 6269085. OLE color: 6269085.

HSL color Cylindrical-coordinate representation of color #9DA85F: hue angle of 69.04º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DA85F is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 157 168 95 -
CMYK 0.07 0 0.43 0.34
HSL 69.04º 0.3% 0.52% -
HSV(B) 69.04º 0.43% 0.66% -
XYZ 29.97 36 16.2 -
YUV 156.39 93.36 128.44 -
System Red Green Blue C M Y K H S L
Decimal 157 168 95 0.07 0 0.43 0.34 69.04 0.3 0.52
Hex 9D A8 5F 7 0 2B 22 45 1E 34
Octal 235 250 137 7 0 53 42 105 36 64
Binary 10011101 10101000 1011111 111 0 101011 100010 1000101 11110 110100

Color Harmonies of #9DA85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA85F

Black with #9DA85F

Text Example


Text Example

White with #9DA85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,168,95); }

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

background-color css

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

 a { background-color: rgb(157,168,95); }

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

border-color css

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

 span { border-color: rgb(157,168,95); }

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