Html Css Color HEX #99A76B Green Smoke

📋 copy color: '#99A76B'

red 153 ◦ green 167 ◦ blue 107

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

Shades of Green Smoke #99A76B

Tints of Green Smoke #99A76B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.11%

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

R = 35.83%
G = 39.11%
B = 25.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#99A76B (or 0x99A76B) is known color: Green Smoke. HEX triplet: 99, A7 and 6B. RGB value is (153,167,107). Sum of RGB (Red+Green+Blue) = 153+167+107=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 167 - color contains mainly: green. Hex color #99A76B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A76B is #665894. Grayscale: #9C9C9C. Windows color (decimal): -6707349 or 7055257. OLE color: 7055257.

HSL color Cylindrical-coordinate representation of color #99A76B: hue angle of 74º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99A76B is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 167 107 -
CMYK 0.08 0 0.36 0.35
HSL 74º 0.25% 0.54% -
HSV(B) 74º 0.36% 0.65% -
XYZ 29.61 35.47 19.2 -
YUV 155.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 153 167 107 0.08 0 0.36 0.35 74 0.25 0.54
Hex 99 A7 6B 8 0 24 23 4A 19 36
Octal 231 247 153 10 0 44 43 112 31 66
Binary 10011001 10100111 1101011 1000 0 100100 100011 1001010 11001 110110

Color Harmonies of #99A76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A76B

Black with #99A76B

Text Example


Text Example

White with #99A76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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