Html Css Color HEX #9DAF68 Green Smoke

📋 copy color: '#9DAF68'

red 157 ◦ green 175 ◦ blue 104

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

Shades of Green Smoke #9DAF68

Tints of Green Smoke #9DAF68

RGB

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

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

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

R = 36.01%
G = 40.14%
B = 23.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#9DAF68 (or 0x9DAF68) is known color: Green Smoke. HEX triplet: 9D, AF and 68. RGB value is (157,175,104). Sum of RGB (Red+Green+Blue) = 157+175+104=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAF68 is #625097. Grayscale: #A1A1A1. Windows color (decimal): -6443160 or 6860701. OLE color: 6860701.

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

Color convert

RGB 157 175 104 -
CMYK 0.10 0 0.41 0.31
HSL 75.21º 0.31% 0.55% -
HSV(B) 75.21º 0.41% 0.69% -
XYZ 31.73 38.83 18.92 -
YUV 161.52 95.54 124.77 -
System Red Green Blue C M Y K H S L
Decimal 157 175 104 0.10 0 0.41 0.31 75.21 0.31 0.55
Hex 9D AF 68 A 0 29 1F 4B 1F 37
Octal 235 257 150 12 0 51 37 113 37 67
Binary 10011101 10101111 1101000 1010 0 101001 11111 1001011 11111 110111

Color Harmonies of #9DAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF68

Black with #9DAF68

Text Example


Text Example

White with #9DAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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