Html Css Color HEX #99AD65 Green Smoke

📋 copy color: '#99AD65'

red 153 ◦ green 173 ◦ blue 101

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

Shades of Green Smoke #99AD65

Tints of Green Smoke #99AD65

RGB

 RED value IS 153 (60.16% from 255) = 35.83%

 GREEN value IS 173 (67.97% from 255) = 40.52%

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

R = 35.83%
G = 40.52%
B = 23.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#99AD65 (or 0x99AD65) is known color: Green Smoke. HEX triplet: 99, AD and 65. RGB value is (153,173,101). Sum of RGB (Red+Green+Blue) = 153+173+101=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AD65 is #66529A. Grayscale: #9F9F9F. Windows color (decimal): -6705819 or 6663577. OLE color: 6663577.

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

Color convert

RGB 153 173 101 -
CMYK 0.12 0 0.42 0.32
HSL 76.67º 0.31% 0.54% -
HSV(B) 76.67º 0.42% 0.68% -
XYZ 30.43 37.6 17.97 -
YUV 158.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 153 173 101 0.12 0 0.42 0.32 76.67 0.31 0.54
Hex 99 AD 65 C 0 2A 20 4D 1F 36
Octal 231 255 145 14 0 52 40 115 37 66
Binary 10011001 10101101 1100101 1100 0 101010 100000 1001101 11111 110110

Color Harmonies of #99AD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AD65

Black with #99AD65

Text Example


Text Example

White with #99AD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AD65; }

 p { color: rgb(153,173,101); }

 H1.HeaderClassName
 {
   color: #99AD65;
 }
 .AnyTagClassName
 {
   color: #99AD65;
 }
</style>

background-color css

<style>
 a { background-color: #99AD65; }

 a { background-color: rgb(153,173,101); }

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

border-color css

<style>
 span { border-color: #99AD65; }

 span { border-color: rgb(153,173,101); }

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