Html Css Color HEX #A7B661 Green Smoke

📋 copy color: '#A7B661'

red 167 ◦ green 182 ◦ blue 97

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

Shades of Green Smoke #A7B661

Tints of Green Smoke #A7B661

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.81%

 BLUE value IS 97 (38.28% from 255) = 21.75%

R = 37.44%
G = 40.81%
B = 21.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#A7B661 (or 0xA7B661) is known color: Green Smoke. HEX triplet: A7, B6 and 61. RGB value is (167,182,97). Sum of RGB (Red+Green+Blue) = 167+182+97=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B661 is #58499E. Grayscale: #A8A8A8. Windows color (decimal): -5786015 or 6403751. OLE color: 6403751.

HSL color Cylindrical-coordinate representation of color #A7B661: hue angle of 70.59º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7B661 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 182 97 -
CMYK 0.08 0 0.47 0.29
HSL 70.59º 0.37% 0.55% -
HSV(B) 70.59º 0.47% 0.71% -
XYZ 34.82 42.53 17.68 -
YUV 167.83 88.03 127.41 -
System Red Green Blue C M Y K H S L
Decimal 167 182 97 0.08 0 0.47 0.29 70.59 0.37 0.55
Hex A7 B6 61 8 0 2F 1D 47 25 37
Octal 247 266 141 10 0 57 35 107 45 67
Binary 10100111 10110110 1100001 1000 0 101111 11101 1000111 100101 110111

Color Harmonies of #A7B661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B661

Black with #A7B661

Text Example


Text Example

White with #A7B661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B661; }

 p { color: rgb(167,182,97); }

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

background-color css

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

 a { background-color: rgb(167,182,97); }

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

border-color css

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

 span { border-color: rgb(167,182,97); }

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