Html Css Color HEX #9DAF65 Green Smoke

📋 copy color: '#9DAF65'

red 157 ◦ green 175 ◦ blue 101

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

Shades of Green Smoke #9DAF65

Tints of Green Smoke #9DAF65

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

 BLUE value IS 101 (39.84% from 255) = 23.33%

R = 36.26%
G = 40.42%
B = 23.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#9DAF65 (or 0x9DAF65) is known color: Green Smoke. HEX triplet: 9D, AF and 65. RGB value is (157,175,101). Sum of RGB (Red+Green+Blue) = 157+175+101=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAF65 is #62509A. Grayscale: #A1A1A1. Windows color (decimal): -6443163 or 6664093. OLE color: 6664093.

HSL color Cylindrical-coordinate representation of color #9DAF65: hue angle of 74.59º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DAF65 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 175 101 -
CMYK 0.10 0 0.42 0.31
HSL 74.59º 0.32% 0.54% -
HSV(B) 74.59º 0.42% 0.69% -
XYZ 31.58 38.77 18.13 -
YUV 161.18 94.04 125.02 -
System Red Green Blue C M Y K H S L
Decimal 157 175 101 0.10 0 0.42 0.31 74.59 0.32 0.54
Hex 9D AF 65 A 0 2A 1F 4B 20 36
Octal 235 257 145 12 0 52 37 113 40 66
Binary 10011101 10101111 1100101 1010 0 101010 11111 1001011 100000 110110

Color Harmonies of #9DAF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF65

Black with #9DAF65

Text Example


Text Example

White with #9DAF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,175,101); }

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

background-color css

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

 a { background-color: rgb(157,175,101); }

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

border-color css

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

 span { border-color: rgb(157,175,101); }

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