Html Css Color HEX #A7B95E Green Smoke

📋 copy color: '#A7B95E'

red 167 ◦ green 185 ◦ blue 94

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

Shades of Green Smoke #A7B95E

Tints of Green Smoke #A7B95E

RGB

 RED value IS 167 (65.63% from 255) = 37.44%

 GREEN value IS 185 (72.66% from 255) = 41.48%

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

R = 37.44%
G = 41.48%
B = 21.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#A7B95E (or 0xA7B95E) is known color: Green Smoke. HEX triplet: A7, B9 and 5E. RGB value is (167,185,94). Sum of RGB (Red+Green+Blue) = 167+185+94=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B95E is #5846A1. Grayscale: #A9A9A9. Windows color (decimal): -5785250 or 6207911. OLE color: 6207911.

HSL color Cylindrical-coordinate representation of color #A7B95E: hue angle of 71.87º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7B95E is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 185 94 -
CMYK 0.10 0 0.49 0.27
HSL 71.87º 0.39% 0.55% -
HSV(B) 71.87º 0.49% 0.73% -
XYZ 35.31 43.72 17.17 -
YUV 169.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 167 185 94 0.10 0 0.49 0.27 71.87 0.39 0.55
Hex A7 B9 5E A 0 31 1B 48 27 37
Octal 247 271 136 12 0 61 33 110 47 67
Binary 10100111 10111001 1011110 1010 0 110001 11011 1001000 100111 110111

Color Harmonies of #A7B95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B95E

Black with #A7B95E

Text Example


Text Example

White with #A7B95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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