Html Css Color HEX #99A56B Green Smoke

📋 copy color: '#99A56B'

red 153 ◦ green 165 ◦ blue 107

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

Shades of Green Smoke #99A56B

Tints of Green Smoke #99A56B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.82%

 BLUE value IS 107 (42.19% from 255) = 25.18%

R = 36%
G = 38.82%
B = 25.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#99A56B (or 0x99A56B) is known color: Green Smoke. HEX triplet: 99, A5 and 6B. RGB value is (153,165,107). Sum of RGB (Red+Green+Blue) = 153+165+107=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 165 - color contains mainly: green. Hex color #99A56B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A56B is #665A94. Grayscale: #9B9B9B. Windows color (decimal): -6707861 or 7054745. OLE color: 7054745.

HSL color Cylindrical-coordinate representation of color #99A56B: hue angle of 72.41º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99A56B is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 165 107 -
CMYK 0.07 0 0.35 0.35
HSL 72.41º 0.24% 0.53% -
HSV(B) 72.41º 0.35% 0.65% -
XYZ 29.25 34.74 19.07 -
YUV 154.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 153 165 107 0.07 0 0.35 0.35 72.41 0.24 0.53
Hex 99 A5 6B 7 0 23 23 48 18 35
Octal 231 245 153 7 0 43 43 110 30 65
Binary 10011001 10100101 1101011 111 0 100011 100011 1001000 11000 110101

Color Harmonies of #99A56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A56B

Black with #99A56B

Text Example


Text Example

White with #99A56B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,165,107); }

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

background-color css

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

 a { background-color: rgb(153,165,107); }

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

border-color css

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

 span { border-color: rgb(153,165,107); }

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