Html Css Color HEX #99A75E Green Smoke

📋 copy color: '#99A75E'

red 153 ◦ green 167 ◦ blue 94

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

Shades of Green Smoke #99A75E

Tints of Green Smoke #99A75E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 36.96%
G = 40.34%
B = 22.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#99A75E (or 0x99A75E) is known color: Green Smoke. HEX triplet: 99, A7 and 5E. RGB value is (153,167,94). Sum of RGB (Red+Green+Blue) = 153+167+94=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 167 - color contains mainly: green. Hex color #99A75E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A75E is #6658A1. Grayscale: #9A9A9A. Windows color (decimal): -6707362 or 6203289. OLE color: 6203289.

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

Color convert

RGB 153 167 94 -
CMYK 0.08 0 0.44 0.35
HSL 71.51º 0.29% 0.51% -
HSV(B) 71.51º 0.44% 0.65% -
XYZ 28.98 35.22 15.86 -
YUV 154.49 93.86 126.94 -
System Red Green Blue C M Y K H S L
Decimal 153 167 94 0.08 0 0.44 0.35 71.51 0.29 0.51
Hex 99 A7 5E 8 0 2C 23 48 1D 33
Octal 231 247 136 10 0 54 43 110 35 63
Binary 10011001 10100111 1011110 1000 0 101100 100011 1001000 11101 110011

Color Harmonies of #99A75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A75E

Black with #99A75E

Text Example


Text Example

White with #99A75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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