#A7B570

Color #A7B570 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A7B570

Tints of Green Smoke #A7B570

Color information

#A7B570 (or 0xA7B570) is unknown color: approx Green Smoke. HEX triplet: A7, B5 and 70. RGB value is (167,181,112). Sum of RGB (Red+Green+Blue) = 167+181+112=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B570 is #584A8F. Grayscale: #A9A9A9. Windows color (decimal): -5786256 or 7386535. OLE color: 7386535.

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

Color convert

RGB167181112-
CMYK0.0800.380.29
HSL72.17º31.8%57.45%-
HSV(B)72.17º38.12%70.98%-
XYZ35.3842.4321.65-
YUV168.9595.86126.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.30%
GREEN value IS 181 (71.09% from 255) = 39.35%
BLUE value IS 112 (44.14% from 255) = 24.35%
R=36.30%
G=39.35%
B=24.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671811120.0800.380.2972.1731.857.45
HexA7B57080261D482039
Octal24726516010046351104071
Binary1010011110110101111000010000100110111011001000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B570; }

 p { color: rgb(167,181,112); }

 H1.HeaderClassName
 {
   color: #A7B570;
 }
 .AnyTagClassName
 {
   color: #A7B570;
 }
</style>
background-color css

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

 a { background-color: rgb(167,181,112); }

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

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

 span { border-color: rgb(167,181,112); }

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