Html Css Color HEX #99AA68 Green Smoke

📋 copy color: '#99AA68'

red 153 ◦ green 170 ◦ blue 104

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

Shades of Green Smoke #99AA68

Tints of Green Smoke #99AA68

RGB

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

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

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

R = 35.83%
G = 39.81%
B = 24.36%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#99AA68 (or 0x99AA68) is known color: Green Smoke. HEX triplet: 99, AA and 68. RGB value is (153,170,104). Sum of RGB (Red+Green+Blue) = 153+170+104=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA68 is #665597. Grayscale: #9D9D9D. Windows color (decimal): -6706584 or 6859417. OLE color: 6859417.

HSL color Cylindrical-coordinate representation of color #99AA68: hue angle of 75.45º 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 #99AA68 is Cyan = 0.1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 170 104 -
CMYK 0.1 0 0.39 0.33
HSL 75.45º 0.28% 0.54% -
HSV(B) 75.45º 0.39% 0.67% -
XYZ 30.01 36.52 18.56 -
YUV 157.39 97.87 124.87 -
System Red Green Blue C M Y K H S L
Decimal 153 170 104 0.1 0 0.39 0.33 75.45 0.28 0.54
Hex 99 AA 68 A 0 27 21 4B 1C 36
Octal 231 252 150 12 0 47 41 113 34 66
Binary 10011001 10101010 1101000 1010 0 100111 100001 1001011 11100 110110

Color Harmonies of #99AA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AA68

Black with #99AA68

Text Example


Text Example

White with #99AA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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