Html Css Color HEX #99A366 Green Smoke

📋 copy color: '#99A366'

red 153 ◦ green 163 ◦ blue 102

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

Shades of Green Smoke #99A366

Tints of Green Smoke #99A366

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39%

 BLUE value IS 102 (40.23% from 255) = 24.4%

R = 36.6%
G = 39%
B = 24.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#99A366 (or 0x99A366) is known color: Green Smoke. HEX triplet: 99, A3 and 66. RGB value is (153,163,102). Sum of RGB (Red+Green+Blue) = 153+163+102=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #99A366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A366 is #665C99. Grayscale: #999999. Windows color (decimal): -6708378 or 6726553. OLE color: 6726553.

HSL color Cylindrical-coordinate representation of color #99A366: hue angle of 69.84º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99A366 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 163 102 -
CMYK 0.06 0 0.37 0.36
HSL 69.84º 0.25% 0.52% -
HSV(B) 69.84º 0.37% 0.64% -
XYZ 28.63 33.93 17.61 -
YUV 153.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 153 163 102 0.06 0 0.37 0.36 69.84 0.25 0.52
Hex 99 A3 66 6 0 25 24 46 19 34
Octal 231 243 146 6 0 45 44 106 31 64
Binary 10011001 10100011 1100110 110 0 100101 100100 1000110 11001 110100

Color Harmonies of #99A366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A366

Black with #99A366

Text Example


Text Example

White with #99A366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,163,102); }

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

background-color css

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

 a { background-color: rgb(153,163,102); }

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

border-color css

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

 span { border-color: rgb(153,163,102); }

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